Change admin -> edit

This commit is contained in:
Gabriel Augendre 2020-11-11 12:01:16 +01:00
parent 87f3fd214b
commit 4d5e42b698
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -1,3 +1,3 @@
{% if user.is_authenticated %}
| <a class="admin-link" href="{{ article.get_admin_url }}">Admin</a>
| <a class="admin-link" href="{{ article.get_admin_url }}">Edit</a>
{% endif %}