kopia lustrzana https://github.com/rtts/django-simplecms
Fix small insignificant bug
rodzic
15b44b7d44
commit
6e1a6ac220
|
@ -9,8 +9,8 @@
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
{{form.non_field_errors}}
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
{{form.non_field_errors}}
|
||||||
<h1>{% trans 'Log in' %}</h1>
|
<h1>{% trans 'Log in' %}</h1>
|
||||||
{% for field in form %}
|
{% for field in form %}
|
||||||
{% include 'cms/formfield.html' with field=field %}
|
{% include 'cms/formfield.html' with field=field %}
|
||||||
|
|
Ładowanie…
Reference in New Issue