4412 Position modeladmin title

pull/4420/merge
Coen van der Kamp 2018-03-23 23:30:06 +01:00 zatwierdzone przez Janneke Janssen
rodzic 9a21060aff
commit 3bcefe351a
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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