diff --git a/elections/templates/elections/election_admin.html b/elections/templates/elections/election_admin.html index 5de14cf..403ae64 100644 --- a/elections/templates/elections/election_admin.html +++ b/elections/templates/elections/election_admin.html @@ -5,24 +5,20 @@ {% block extra_head %} - -{% endblock %} - {% block content %}
@@ -111,7 +90,7 @@ {% if can_delete %} {% blocktrans with v_name=v.full_name asvar v_delete %}Supprimer le vote de {{ v_name }}{% endblocktrans %} - + diff --git a/shared/templates/base.html b/shared/templates/base.html index 4cab2b1..c38e168 100644 --- a/shared/templates/base.html +++ b/shared/templates/base.html @@ -17,108 +17,124 @@ - {% block extra_head %}{% endblock extra_head %} - + + {% block extra_head %}{% endblock extra_head %} +