From 1663442724c43cf763d56592f505981cd911cceb Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 12 Aug 2024 14:55:01 +0300 Subject: Use localstorage to track current commit. --- gn2/wqflask/templates/gn_editor_commit.html | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'gn2/wqflask/templates/gn_editor_commit.html') diff --git a/gn2/wqflask/templates/gn_editor_commit.html b/gn2/wqflask/templates/gn_editor_commit.html index 7c419c0b..0ea20adb 100644 --- a/gn2/wqflask/templates/gn_editor_commit.html +++ b/gn2/wqflask/templates/gn_editor_commit.html @@ -1,5 +1,5 @@
-
+

Commit your Changes

@@ -13,7 +13,7 @@

-
@@ -21,14 +21,29 @@

-

- +
+{% block js %} + + +{% endblock %} -- cgit 1.4.1