Skip to content

Commit

Permalink
Make useful links clickable in redaction
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed Sep 18, 2024
1 parent 4cb8228 commit cb2569d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svjis/articles/templates/redaction_useful_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="page-title" id="tbl-desc">{{ header }}</h1>
{% for obj in object_list %}
<tr>
<td class="list">{{ obj.header }}</td>
<td class="list">{{ obj.link }}</td>
<td class="list"><a href="{{ obj.link }}">{{ obj.link }}</a></td>
<td class="list">{{ obj.order }}</td>
<td class="list">{{ obj.published | yes_no }}</td>
<td class="list"><a href="{% url 'redaction_useful_link_edit' pk=obj.id %}"><img src="/static/gfx/pencil.png" border="0" title="{% trans 'Edit' %}" alt="{% trans 'Edit' %}"></a></td>
Expand Down

0 comments on commit cb2569d

Please sign in to comment.