Compare commits

..

No commits in common. "ef3e3ad03e36249e9d6f03ba329c9f4c2435710a" and "98fea25615102570fbdd5e8631ae58d156e7433f" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
{% for field in form %}
{{ field.errors }}
<label for="{{ field.id_for_label }}">{{ field.label }}</label>
<div>{{ field }}</div>
{{ field }}
{% endfor %}
<div class="buttons">
<input hidden value="{{ next }}" name="next" />