diff --git a/bookwyrm/templates/snippets/status.html b/bookwyrm/templates/snippets/status.html index 45c12dce..1af27ee4 100644 --- a/bookwyrm/templates/snippets/status.html +++ b/bookwyrm/templates/snippets/status.html @@ -119,7 +119,7 @@
{% csrf_token %} -
diff --git a/bookwyrm/templates/snippets/tag.html b/bookwyrm/templates/snippets/tag.html index 38d2cd34..e62167f9 100644 --- a/bookwyrm/templates/snippets/tag.html +++ b/bookwyrm/templates/snippets/tag.html @@ -1,24 +1,22 @@
-
- - {{ tag.name }} - -
+
+ {% csrf_token %} + + + +
+ + {{ tag.name }} + {% if tag.identifier in user_tags %} - - {% csrf_token %} - - - - + {% else %} -
- {% csrf_token %} - - - -
+ {% endif %}
-
+