always show change password button

This commit is contained in:
Laura Klünder 2017-12-21 03:38:44 +01:00
parent 8dc352d739
commit aa92983064

View file

@ -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>