kopia lustrzana https://github.com/wagtail/wagtail
Move labels above the form field in the image format chooser
rodzic
24ef0e62e6
commit
ca44453c2f
Plik binarny nie jest wyświetlany.
Przed Szerokość: | Wysokość: | Rozmiar: 179 KiB Po Szerokość: | Wysokość: | Rozmiar: 110 KiB |
|
@ -12,7 +12,7 @@
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<ul class="fields">
|
<ul class="fields">
|
||||||
{% for field in form %}
|
{% for field in form %}
|
||||||
{% include "wagtailadmin/shared/field_as_li.html" with field=field %}
|
{% include "wagtailadmin/shared/field_as_li.html" with field=field li_classes="label-above" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<li><input type="submit" value="{% trans 'Insert image' %}" class="button" /></li>
|
<li><input type="submit" value="{% trans 'Insert image' %}" class="button" /></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Ładowanie…
Reference in New Issue