mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-18 04:01:11 +00:00
4412 Position modeladmin title
This commit is contained in:
parent
9a21060aff
commit
3bcefe351a
3 changed files with 3 additions and 1 deletions
|
|
@ -43,6 +43,7 @@ Changelog
|
|||
* Fix: Add invalid password reset link error message (Coen van der Kamp)
|
||||
* Fix: Bypass select/prefetch related optimisation on `update_index` for `ParentalManyToManyField` to fix crash (Tim Kamanin)
|
||||
* Fix: 'Add user' is now rendered as a button due to the use of quotes within translations (Benoît Vogel)
|
||||
* Fix: Menu icon no longer overlaps with title in Modeladmin on mobile (Coen van der Kamp)
|
||||
|
||||
|
||||
2.0.1 (04.04.2018)
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ Bug fixes
|
|||
* Add invalid password reset link error message (Coen van der Kamp)
|
||||
* Bypass select/prefetch related optimisation on ``update_index`` for ``ParentalManyToManyField`` to fix crash (Tim Kamanin)
|
||||
* 'Add user' is now rendered as a button due to the use of quotes within translations (Benoît Vogel)
|
||||
* Menu icon no longer overlaps with title in Modeladmin on mobile (Coen van der Kamp)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
{% block content %}
|
||||
{% block header %}
|
||||
<header class="nice-padding hasform">
|
||||
<div class="row">
|
||||
<div class="row header-title">
|
||||
<div class="left">
|
||||
<div class="col">
|
||||
{% block h1 %}<h1 {% if view.header_icon %}class="icon icon-{{ view.header_icon }}"{% endif %}>{{ view.get_page_title }}<span></span></h1>{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue