diff --git a/elections/templates/elections/election_list.html b/elections/templates/elections/election_list.html index 4ea49ab..9c63e1d 100644 --- a/elections/templates/elections/election_list.html +++ b/elections/templates/elections/election_list.html @@ -4,7 +4,26 @@ {% block content %} -

{% trans "Liste des élections" %}

+
+
+
+

{% trans "Liste des élections" %}

+
+
+ + {% if perms.elections.is_admin %} +
+ +
+ {% endif %} +

{% for e in election_list %} diff --git a/shared/templates/base.html b/shared/templates/base.html index bb09bdb..33c0497 100644 --- a/shared/templates/base.html +++ b/shared/templates/base.html @@ -68,6 +68,12 @@

Kadenios

+ +
+ +

{% trans "Élections" %}

+
+
{% block auth %}