kopia lustrzana https://github.com/wagtail/wagtail
Changed button class for saving settings
rodzic
c289028cd9
commit
8b2a58ecae
|
@ -13,6 +13,7 @@ Changelog
|
|||
* Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen)
|
||||
* Highlight current day in date picker (Jonas Lergell)
|
||||
* Eliminated the deprecated `register.assignment_tag` on Django 1.9 (Josh Schneier)
|
||||
* Increased size of Save button on site settings (Liam Brenner)
|
||||
* Fix: The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell)
|
||||
* Fix: Fixed crash when an image without a source file was resized with the "dynamic serve view"
|
||||
* Fix: Registered settings admin menu items now show active correctly (Matthew Downey)
|
||||
|
|
|
@ -33,6 +33,7 @@ Minor features
|
|||
* Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen)
|
||||
* Highlight current day in date picker (Jonas Lergell)
|
||||
* Eliminated the deprecated ``register.assignment_tag`` on Django 1.9 (Josh Schneier)
|
||||
* Increased size of Save button on site settings (Liam Brenner)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
<footer>
|
||||
<ul>
|
||||
<li class="actions">
|
||||
<li class="actions dropdown dropup match-width">
|
||||
<input type="submit" value="{% trans 'Save' %}" class="button" />
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Ładowanie…
Reference in New Issue