feat: Linkify external resources on the public profile page (#3647)
This commit is contained in:
parent
5587428ebc
commit
c7157c80c5
|
@ -70,7 +70,7 @@
|
|||
<td>
|
||||
<span title="{{ extres.name.name }}">{% firstof extres.display_name extres.name.name %}</span>
|
||||
</td>
|
||||
<td>{{ extres.value }}</td>
|
||||
<td>{{ extres.value|linkify }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue