diff --git a/elections/templates/elections/election_list.html b/elections/templates/elections/election_list.html index 9c54dde..415a212 100644 --- a/elections/templates/elections/election_list.html +++ b/elections/templates/elections/election_list.html @@ -11,7 +11,7 @@ - {% if perms.elections.is_admin %} + {% if perms.elections.election_admin %}
diff --git a/faqs/templates/faqs/faq_list.html b/faqs/templates/faqs/faq_list.html index 5eefaf0..4352122 100644 --- a/faqs/templates/faqs/faq_list.html +++ b/faqs/templates/faqs/faq_list.html @@ -11,7 +11,7 @@
- {% if perms.faqs.is_author %} + {% if perms.faqs.faq_admin %}