Skip to content

Commit

Permalink
fix(collections): fix typo in template url argument
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Aug 26, 2024
1 parent fd250c7 commit 8559c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="{% url "apis_core:collections:collectiontoggle" content_type.id object.id collection.id %}?to={{ request.get_full_path }}"
hx-get="{% url "apis_core:collectinos:collectiontoggle" content_type.id object.id collection.id %}"
hx-get="{% url "apis_core:collections:collectiontoggle" content_type.id object.id collection.id %}"
hx-swap="outerHTML"
class="btn btn-sm {% if exists %}btn-success{% else %}btn-outline-secondary{% endif %} col-{{ collection.name|slugify }}">{{ collection.name }}</a>

0 comments on commit 8559c49

Please sign in to comment.