fix(settings): return the rendering of external links to models

ref: #244
This commit is contained in:
2024-08-18 15:16:11 +09:30
parent 79b2c668fa
commit 6b28569bca

View File

@ -12,7 +12,12 @@
{% if forloop.first %}
<h3>{{ tab.name }}</h3>
<h3>
{{ tab.name }}
{% for external_link in external_links %}
<span style="font-weight: normal; float: right;">{% include 'icons/external_link.html.j2' with external_link=external_link %}</span>
{% endfor %}
</h3>
{% else %}