From 18a47aa42c0244aa067adb954e66c72789e17a12 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Mon, 14 Oct 2024 16:38:12 +0300 Subject: feat: edit shows login message if not loggedin --- gn2/wqflask/templates/wiki/genewiki.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'gn2') diff --git a/gn2/wqflask/templates/wiki/genewiki.html b/gn2/wqflask/templates/wiki/genewiki.html index 17665d72..1677c466 100644 --- a/gn2/wqflask/templates/wiki/genewiki.html +++ b/gn2/wqflask/templates/wiki/genewiki.html @@ -24,10 +24,21 @@
{% if is_logged_in %} - - - + + + + {% else %} + + +
+
+ Please login to be able to edit this +
+
{% endif %} + [history]
-- cgit v1.2.3