diff --git a/bookwyrm/templates/snippets/status.html b/bookwyrm/templates/snippets/status.html index 45c12dce1..1af27ee42 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 38d2cd349..e62167f97 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 %}
-
+