Skip to content

Commit

Permalink
(forum_conversation) update url on htmx push
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed May 14, 2024
1 parent 9dce0d7 commit 693ee06
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<button id="filtertopics-button"
hx-target="#topicsarea"
hx-swap="outerHTML"
hx-get="{% url 'forum_conversation_extension:topics' %}?filter={{ filter.0 }}{% if active_tags %}&tags={{ active_tags }}{% endif %}"
hx-push-url="true"
hx-get="{% url 'forum_conversation_extension:topics' %}?filter={{ filter.0 }}{% if active_tag %}&tags={{ active_tag }}{% endif %}"
class="dropdown-item matomo-event"
data-matomo-category="engagement"
data-matomo-action="filter"
Expand Down

0 comments on commit 693ee06

Please sign in to comment.