diff --git a/CHANGELOG b/CHANGELOG index c21dd14..b646c2d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v2.1.0 20221215 JP + - Ordered Cancel button left, Save button right + v2.0.2 20221206 JP - Improve logging diff --git a/Operations_ServiceIndex_Django/templates/account/logout.html b/Operations_ServiceIndex_Django/templates/account/logout.html index 90f3aba..f0f9e19 100644 --- a/Operations_ServiceIndex_Django/templates/account/logout.html +++ b/Operations_ServiceIndex_Django/templates/account/logout.html @@ -19,9 +19,8 @@ {% if redirect_field_value %} {% endif %} - - Back + diff --git a/Operations_ServiceIndex_Django/templates/services/add_event.html b/Operations_ServiceIndex_Django/templates/services/add_event.html index e5ac7f3..f26b771 100644 --- a/Operations_ServiceIndex_Django/templates/services/add_event.html +++ b/Operations_ServiceIndex_Django/templates/services/add_event.html @@ -49,10 +49,10 @@
- + Cancel
- Cancel +
diff --git a/Operations_ServiceIndex_Django/templates/services/edit_staff.html b/Operations_ServiceIndex_Django/templates/services/edit_staff.html index 8a7ee2b..5262cc7 100644 --- a/Operations_ServiceIndex_Django/templates/services/edit_staff.html +++ b/Operations_ServiceIndex_Django/templates/services/edit_staff.html @@ -49,10 +49,10 @@
- + Cancel
- Cancel +
diff --git a/Operations_ServiceIndex_Django/templates/services/service.html b/Operations_ServiceIndex_Django/templates/services/service.html index f0ca9e2..d0a62f4 100644 --- a/Operations_ServiceIndex_Django/templates/services/service.html +++ b/Operations_ServiceIndex_Django/templates/services/service.html @@ -367,14 +367,14 @@
- {% if service_id == 0 %} - - {% else %} - - {% endif %} + Cancel
- Cancel + {% if service_id == 0 %} + + {% else %} + + {% endif %}
diff --git a/Operations_ServiceIndex_Django/templates/services/update_event.html b/Operations_ServiceIndex_Django/templates/services/update_event.html index 27bd20c..c86d3f6 100644 --- a/Operations_ServiceIndex_Django/templates/services/update_event.html +++ b/Operations_ServiceIndex_Django/templates/services/update_event.html @@ -71,10 +71,10 @@

{{ hes.host.hostname }}

- + Cancel
- Cancel +
diff --git a/Operations_ServiceIndex_Django/templates/socialaccount/login.html b/Operations_ServiceIndex_Django/templates/socialaccount/login.html index 1fd6859..6a2646f 100644 --- a/Operations_ServiceIndex_Django/templates/socialaccount/login.html +++ b/Operations_ServiceIndex_Django/templates/socialaccount/login.html @@ -13,12 +13,11 @@

Login required

- {% csrf_token %} - {% if redirect_field_value %} - - {% endif %} - - + {% csrf_token %} + {% if redirect_field_value %} + + {% endif %} +