kopia lustrzana https://github.com/wagtail/wagtail
Fix header icon name in settings' edit view (#6554)
rodzic
236632d815
commit
f88e6f91ff
|
@ -13,6 +13,7 @@ Changelog
|
|||
* Fix: Improve performance of permission check on translations for edit page (Karl Hobley)
|
||||
* Fix: Gracefully handle missing Locale records on `Locale.get_active` and `.localized` (Matt Westcott)
|
||||
* Fix: Handle `get_supported_language_variant` returning a language variant not in `LANGUAGES` (Matt Westcott)
|
||||
* Fix: Reinstate missing icon on settings edit view (Jérôme Lebleu)
|
||||
|
||||
|
||||
2.11.1 (06.11.2020)
|
||||
|
|
|
@ -16,3 +16,4 @@ Bug fixes
|
|||
* Improve performance of permission check on translations for edit page (Karl Hobley)
|
||||
* Gracefully handle missing Locale records on ``Locale.get_active`` and ``.localized`` (Matt Westcott)
|
||||
* Handle ``get_supported_language_variant`` returning a language variant not in ``LANGUAGES`` (Matt Westcott)
|
||||
* Reinstate missing icon on settings edit view (Jérôme Lebleu)
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<div class="left">
|
||||
<div class="col">
|
||||
<h1>
|
||||
{% icon name="icon-cogs" class_name="header-title-icon" %}
|
||||
{% icon name="cogs" class_name="header-title-icon" %}
|
||||
{% trans "Editing" %}
|
||||
<span>{{ setting_type_name|capfirst }}</span>
|
||||
</h1>
|
||||
|
|
Ładowanie…
Reference in New Issue