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
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}