always show change password button
This commit is contained in:
parent
8dc352d739
commit
aa92983064
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
|||
</p>
|
||||
</form>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if request.user == user %}
|
||||
<p>
|
||||
{% csrf_token %}
|
||||
<a class="btn btn-xs btn-default" href="{% url 'editor.change_password' %}">{% trans 'Change password' %}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue