fix(settings): return the rendering of external links to models
ref: #244
This commit is contained in:
@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user