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