This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
fontenay-sous-bois/authentic2/templates/auth/login_password_profile.html

12 lines
357 B
HTML

{% load i18n %}
{% if can_change_password %}<h4>{% trans "Password" %}</h4>{% endif %}
<div>
{% if can_change_password %}
<p><a href="{% url 'auth_password_change' %}">{% trans "Change password" %}</a></p>
{% else %}
{% comment %} <p><a href="{% url 'authopenid_password_change' %}">{% trans "Set password" %}</a></p> {% endcomment %}
{% endif %}
</div>