[FIX] HORILLA_VIEWS: Fixed profile view endif issue

This commit is contained in:
Horilla
2025-09-22 10:19:56 +05:30
parent 0e13b0024b
commit a8bfc8c678

View File

@@ -27,7 +27,7 @@
<a
hx-get="{{object.get_profile_url}}?{{request.GET.urlencode}}"
{% if push_url %}
hx-push-url = "{{object.get_push_url}}"
hx-push-url = "{{object.get_profile_url}}"
{% endif %}
hx-target="#{{view_id|safe}}"
hx-swap="outerHTML"
@@ -69,6 +69,9 @@
{% for object in instances|slice:"6:9" %}
<a
hx-get="{{object.get_profile_url}}"
{% if push_url %}
hx-push-url="{{object.get_profile_url}}"
{% endif %}
hx-target="#{{view_id|safe}}"
hx-swap="outerHTML"
><img