Move labels above the form field in the image format chooser

pull/6854/head
Helen Chapman 2021-02-26 09:19:20 +00:00 zatwierdzone przez GitHub
rodzic 24ef0e62e6
commit ca44453c2f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 1 dodań i 1 usunięć

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 179 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 110 KiB

Wyświetl plik

@ -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>