Skip to content

Commit

Permalink
feat(forum_files): add link for superuser
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 5, 2023
1 parent 7ef790e commit 74e69de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lacommunaute/templates/partials/header_nav_primary_items.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
<li>
<a class="dropdown-item text-primary" href="{% url 'admin:forum_forum_add' %}">Nouvelle thématique</a>
</li>
<li>
<a class="dropdown-item text-primary" href="{% url 'admin:forum_file_publicfile_add' %}">Nouvelle image publique</a>
</li>
<li>
<a class="dropdown-item text-primary" href="{% url 'admin:auth_group_changelist' %}">Gérer les groupes</a>
</li>
Expand Down

0 comments on commit 74e69de

Please sign in to comment.