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