minor ui fixes

This commit is contained in:
Kaibu
2021-06-22 01:03:26 +02:00
parent 91c0dbd8d2
commit cc43b2a9b0
4 changed files with 14 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
<form method="POST" action="{% url 'account_change_password' %}" class="password_change">
{% csrf_token %}
{{ form | crispy }}
<button type="submit" name="action">{% trans "Change Password" %}</button>
<button type="submit" name="action" class="btn btn-success">{% trans "Change Password" %}</button>
<a href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a>
</form>
{% endblock %}