add password change as a button in admin view

This commit is contained in:
2023-01-10 17:30:27 +00:00
parent 2b3302d9c4
commit c32619b703

View File

@@ -12,6 +12,7 @@
{% if site_url %} {% if site_url %}
<a class="button" href="{{ site_url }}">Zurück zur FET Homepage</a> <a class="button" href="{{ site_url }}">Zurück zur FET Homepage</a>
{% endif %} {% endif %}
<a class="button" href="{% url 'authentications:password_change' %}">Passwort ändern</a>
<a class="button" href="{% url 'admin:logout' %}">{% translate 'Log out' %}</a> <a class="button" href="{% url 'admin:logout' %}">{% translate 'Log out' %}</a>
{% endblock %} {% endblock %}
</div> </div>