From 2cdb0ebccb59187a620234b9674351a4db30c1ce Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 14 Sep 2016 12:50:37 +0200 Subject: [PATCH] Put the tag selection in a collapsible element to prevent clutter --- templates/bookmarks.html | 36 +++++++++++++++++++++--------------- templates/edit.html | 17 ++++++++++++----- 2 files changed, 33 insertions(+), 20 deletions(-) diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 696be04..8f66859 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -46,22 +46,28 @@ {% if tags %}
-

-

- star +
+
- -
- comment -
- {% for tag in tags %} -
- {{ tag }} -
- {% endfor %} -

{% endif %} diff --git a/templates/edit.html b/templates/edit.html index 4de3c6f..350abb0 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -82,11 +82,18 @@ {% if tags %}
- {% for tag in tags %} -
- {{ tag }} -
- {% endfor %} +
    +
  • +
    labelExisting tags
    +
    + {% for tag in tags %} +
    + {{ tag }} +
    + {% endfor %} +
    +
  • +
{% for tag in tags %}