From 93a870ad484f641e96c04675e5f2aaad4a12c2d5 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Tue, 27 Aug 2024 10:21:35 +0300 Subject: feat: add post actions for editting wiki content --- gn2/wqflask/templates/wiki/edit_wiki.html | 35 ++++++++++++++++--------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'gn2/wqflask/templates/wiki') diff --git a/gn2/wqflask/templates/wiki/edit_wiki.html b/gn2/wqflask/templates/wiki/edit_wiki.html index 942280dc..cee874a3 100644 --- a/gn2/wqflask/templates/wiki/edit_wiki.html +++ b/gn2/wqflask/templates/wiki/edit_wiki.html @@ -14,6 +14,7 @@ {% block content %} +{{ flash_me() }}
@@ -30,18 +31,26 @@
- + (optional, separate by blank space only)
- - + + {% if content["weburl"] %} + + {% else %} + + {% endif %} (optional)
@@ -64,7 +73,11 @@
{% for cat in group %} {% endfor %}
@@ -72,21 +85,9 @@
- +
-
- - - - - - - -

- -

- {% endblock %} -- cgit v1.2.3