Change admin -> edit
This commit is contained in:
parent
87f3fd214b
commit
4d5e42b698
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue