Skip to content

Commit

Permalink
fix(settings): return the rendering of external links to models
Browse files Browse the repository at this point in the history
ref: #244
  • Loading branch information
jon-nfc committed Aug 19, 2024
1 parent 7ce2f94 commit c44929a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/templates/content/section.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit c44929a

Please sign in to comment.