Skip to content

Commit c7157c8

Browse files
authored
feat: Linkify external resources on the public profile page (ietf-tools#3647)
1 parent 5587428 commit c7157c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/person/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2 class="mt-5" id="extresources">External Resources</h2>
7070
<td>
7171
<span title="{{ extres.name.name }}">{% firstof extres.display_name extres.name.name %}</span>
7272
</td>
73-
<td>{{ extres.value }}</td>
73+
<td>{{ extres.value|linkify }}</td>
7474
</tr>
7575
{% endfor %}
7676
</tbody>

0 commit comments

Comments
 (0)