From 6d934bdbdaadac984d97af5970c31d487760be88 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Wed, 9 Jun 2021 15:11:36 +0200 Subject: [PATCH] Admin visual update --- elections/templates/elections/election.html | 2 +- elections/templates/elections/election_admin.html | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/elections/templates/elections/election.html b/elections/templates/elections/election.html index f550388..c8019f3 100644 --- a/elections/templates/elections/election.html +++ b/elections/templates/elections/election.html @@ -49,7 +49,7 @@ {# Lien vers la page d'administration #} {% if election.created_by == user %}
- + diff --git a/elections/templates/elections/election_admin.html b/elections/templates/elections/election_admin.html index 6460df5..a510908 100644 --- a/elections/templates/elections/election_admin.html +++ b/elections/templates/elections/election_admin.html @@ -56,6 +56,16 @@