merging bump-django1.8

This commit is contained in:
Uwe Kamper 2015-09-29 21:48:02 +02:00
commit 7dc04063d8
14 changed files with 27 additions and 25 deletions

View file

@ -9,7 +9,7 @@
{% endblock %}
{% block form_fields %}
<form action="{% url account.views.clabpin %}" method="post" class="form-horizontal well">
<form action="{% url 'clabpin' %}" method="post" class="form-horizontal well">
{% csrf_token %}
{{ form|crispy }}