From 53078e046e4812b5b514e5a14abf0e5a3f33c4fb Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 6 Jun 2020 17:57:23 +0200 Subject: [PATCH] Fix admin menu news editing warning when leaving page without touching the inputs --- system/templates/admin.news.form.html.twig | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/system/templates/admin.news.form.html.twig b/system/templates/admin.news.form.html.twig index 3222c85a..95098206 100644 --- a/system/templates/admin.news.form.html.twig +++ b/system/templates/admin.news.form.html.twig @@ -25,7 +25,7 @@
- +
@@ -37,7 +37,7 @@
- + - - {% endif %} + + {% endif %} {% endif %}
@@ -79,7 +79,7 @@ {% endfor %}
- + {% if action != 'edit' %}
@@ -95,19 +95,19 @@
{% elseif comments is not null %} - + {% endif %}
- +
{% for id, cat in categories %} - + {% endfor %} -
-
+ +