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
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% block form_fields %}
|
||||
{{ form.non_field_errors }}
|
||||
<form action="{% url account.views.rfid %}" method="post"
|
||||
<form action="{% url 'rfid' %}" method="post"
|
||||
class="form-horizontal well">
|
||||
{% csrf_token %}
|
||||
{{ form|crispy }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue