[UPDT] HORILLA_VIEWS: Push url in the profile icons

This commit is contained in:
Horilla
2025-09-16 10:59:01 +05:30
parent f822945150
commit e39bbbd978

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,8 @@
{% for object in instances|slice:"6:9" %}
<a
hx-get="{{object.get_profile_url}}"
{% if push_url %}
hx-push-url="{{object.get_profile_url}}"
hx-target="#{{view_id|safe}}"
hx-swap="outerHTML"
><img