This commit is contained in:
HackerNCoder 2022-10-30 18:53:46 +01:00
parent e3a2634048
commit d9b29adf6b

View file

@ -6,9 +6,7 @@
<div class="dropdown-menu">
{% for alt in alts %}
{% if this.alt != alt %}
{% for thing in alt %}
<a class="dropdown-item" href="{{ this.path|url(alt=alt) }}">{{ thing }}</a>
{% endfor %}
<a class="dropdown-item" href="{{ this.path|url(alt=alt) }}">{{ alt }}</a>
{% endif %}
{% endfor %}
</div>