diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dc679d35..aec405f3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -54,6 +54,12 @@ v0.2.18 (2016-03-03) * [Fix] Django 1.9 time and date widgets fixes `#481 `_ +v0.2.18 (2016-03-03) +-------------------- + +* [Fix] Django 1.9 time and date widgets fixes `#481 `_ + + v0.2.17 (2016-02-23) -------------------- diff --git a/suit/templates/admin/actions.html b/suit/templates/admin/actions.html index f8d6f230..bbec1307 100644 --- a/suit/templates/admin/actions.html +++ b/suit/templates/admin/actions.html @@ -14,8 +14,7 @@   {% if actions_selection_counter %} - - {{ selection_note }} + {{ selection_note }} {% if cl.result_count != cl.result_list|length %} {{ selection_note_all }}