From d8b088577246a02bcf39c5e73cdbe8bbf3049524 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Fri, 20 Aug 2021 18:34:03 +0200 Subject: [PATCH] Update js --- .../templates/elections/election_admin.html | 32 +++-- .../templates/elections/election_voters.html | 23 +--- shared/templates/base.html | 117 ++++++++++-------- 3 files changed, 83 insertions(+), 89 deletions(-) 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 %} +