Fix form submission page header class

pull/3797/merge
kapito 2017-08-25 11:42:21 +01:00 zatwierdzone przez Matt Westcott
rodzic f7024a4193
commit 8ff650a5b4
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -11,6 +11,7 @@ Changelog
* Fix: `WAGTAILAPI_LIMIT_MAX` now accepts None to disable limiting (jcronyn)
* Fix: In PostgreSQL, new default ordering when ranking of objects is the same (Bertrand Bordage)
* Fix: Enabled translations within date-time chooser widget (Lucas Moeskops)
* Fix: Fixed overlapping header elements on form submissions view on mobile (Jack Paine)
1.12 LTS (21.08.2017)

Wyświetl plik

@ -26,6 +26,7 @@ Bug fixes
* ``WAGTAILAPI_LIMIT_MAX`` now accepts None to disable limiting (jcronyn)
* In PostgreSQL, new default ordering when ranking of objects is the same (Bertrand Bordage)
* Enabled translations within date-time chooser widget (Lucas Moeskops)
* Fixed overlapping header elements on form submissions view on mobile (Jack Paine)
Upgrade considerations

Wyświetl plik

@ -88,7 +88,7 @@
<form action="" method="get" novalidate>
<div class="row">
<div class="left">
<div class="col">
<div class="col header-title">
<h1 class="icon icon-form">
{% blocktrans with form_title=form_page.title|capfirst %}Form data <span>{{ form_title }}</span>{% endblocktrans %}
</h1>