Fix small insignificant bug

readwriteweb
Jaap Joris Vens 2019-12-28 23:26:34 +01:00
rodzic 15b44b7d44
commit 6e1a6ac220
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -9,8 +9,8 @@
{% csrf_token %}
<section>
{{form.non_field_errors}}
<div class="wrapper">
{{form.non_field_errors}}
<h1>{% trans 'Log in' %}</h1>
{% for field in form %}
{% include 'cms/formfield.html' with field=field %}