[UPDT] HORILLA VIEWS: Add format:instance on profile dropdown link href

This commit is contained in:
Horilla
2024-09-04 20:56:04 +05:30
parent a9f16ba943
commit df18e606fc

View File

@@ -133,7 +133,7 @@
{% for action in actions %}
{% if action.accessibility|accessibility:instance %}
<li class="oh-dropdown__item">
<a href="#" class="oh-profile-dropdown-link" {{action.attrs|safe}}>
<a href="#" class="oh-profile-dropdown-link" {{action.attrs|format:instance|safe}}>
<img
src="{{action.src}}"
style="width: 20px; height: auto"