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