add password change as a button in admin view
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
{% if site_url %}
|
||||
<a class="button" href="{{ site_url }}">Zurück zur FET Homepage</a>
|
||||
{% endif %}
|
||||
<a class="button" href="{% url 'authentications:password_change' %}">Passwort ändern</a>
|
||||
<a class="button" href="{% url 'admin:logout' %}">{% translate 'Log out' %}</a>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user