diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-02-10 21:20:37 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-02-10 21:20:37 +0100 |
commit | 92c0c3c0ff63b1de91d5b66746651b7feef8096c (patch) | |
tree | d96b2ed86e3b8fa1f46dea978425bac8cb0c67c0 | |
parent | f20e9b98f1a5d7012ebb493cb756a339bb69b6e1 (diff) |
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
-rw-r--r-- | src/main/resources/templates/benki/bookmarks/bookmarkList.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 !} <script type="module" src="/web_modules/elix/define/ExpandableSection.js"></script> <elix-expandable-section> <h2 slot="header" class="small-title"><button class="pure-button">Create New Bookmark</button></h2> @@ -51,7 +51,7 @@ </form> </section> </elix-expandable-section> -{/if} +{! /if !} {#for bookmark in bookmarks} {#with bookmark} |