change color of change password button

This commit is contained in:
Guilhem Saurel 2016-06-25 12:23:05 +02:00
parent 3d655f5b11
commit 16fa7952a7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
{% endfor %}
{% buttons layout="horizontal" %}
<button type="submit" class="btn btn-primary">Update</button>
<a href="{% url 'password_change' %}" class="btn btn-primary">Change password</a>
<a href="{% url 'password_change' %}" class="btn btn-warning">Change password</a>
{% endbuttons %}
</form>
</div>