1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 21:58:25 +02:00

Fix table ordering bug

This commit is contained in:
Yohann D'ANELLO
2020-05-06 14:39:03 +02:00
parent c51bdd0d1a
commit 1a83aa0388
2 changed files with 19 additions and 25 deletions

View File

@ -10,14 +10,3 @@
<a href="{% url "tournament:create_pool" %}"><button class="btn btn-secondary btn-block">{% trans "Add pool" %}</button></a>
{% endif %}
{% endblock %}
{% block extrajavascript %}
<script>
$(document).ready(function() {
$(".row-control").click(function() {
location.href = $(this).data("href");
});
});
</script>
{% endblock %}