From 92c0c3c0ff63b1de91d5b66746651b7feef8096c Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 10 Feb 2020 21:20:37 +0100 Subject: Make bookmark submission form always visible. The authentication test does not seem to be working in production, which caused the bookmark submission form to never be visible. This patch changes it to always be visible instead. Change-Id: Iaf691ed0a0b6955648046a2debfcc6aa35281fad --- src/main/resources/templates/benki/bookmarks/bookmarkList.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources/templates/benki') diff --git a/src/main/resources/templates/benki/bookmarks/bookmarkList.html b/src/main/resources/templates/benki/bookmarks/bookmarkList.html index 270a789..8242cd8 100644 --- a/src/main/resources/templates/benki/bookmarks/bookmarkList.html +++ b/src/main/resources/templates/benki/bookmarks/bookmarkList.html @@ -11,7 +11,7 @@ {#body} -{#if authenticated} +{! #if authenticated !}

@@ -51,7 +51,7 @@
-{/if} +{! /if !} {#for bookmark in bookmarks} {#with bookmark} -- cgit v1.2.3