upgrade templates to named urls for django-1.8
This commit is contained in:
parent
43260fb59f
commit
ebe3a3a7e1
10 changed files with 17 additions and 18 deletions
|
|
@ -9,7 +9,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block form_fields %}
|
||||
<form action="{% url account.views.password %}" method="post" class="form-horizontal well">
|
||||
<form action="{% url 'password' %}" method="post" class="form-horizontal well">
|
||||
{% csrf_token %}
|
||||
{{ form|crispy }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue