add password change as a button in admin view
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user