diff --git a/bda/templates/bda/revente/manage.html b/bda/templates/bda/revente/manage.html
index 45654960..a092664b 100644
--- a/bda/templates/bda/revente/manage.html
+++ b/bda/templates/bda/revente/manage.html
@@ -110,6 +110,9 @@
$(function(){
$("table.stupidtable").stupidtable();
});
+ $("tr").click(function() {
+ $(this).find("input[type=checkbox]").click()
+ })
{% endblock %}
diff --git a/bda/templates/bda/revente/subscribe.html b/bda/templates/bda/revente/subscribe.html
index b26bc79e..5db11d78 100644
--- a/bda/templates/bda/revente/subscribe.html
+++ b/bda/templates/bda/revente/subscribe.html
@@ -42,6 +42,7 @@
value="S'inscrire pour les places sélectionnées">
+
{% endblock %}
diff --git a/bda/templates/bda/revente/tirages.html b/bda/templates/bda/revente/tirages.html
index d3ec7b1f..1d72e9b5 100644
--- a/bda/templates/bda/revente/tirages.html
+++ b/bda/templates/bda/revente/tirages.html
@@ -81,10 +81,14 @@
{% endif %}
+