[UPDT] HORILLA_VIEWS: Push url in the profile icons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user