feat: Linkify external resources on the public profile page (#3647)

This commit is contained in:
Lars Eggert 2022-03-15 15:50:15 +02:00 committed by GitHub
parent 5587428ebc
commit c7157c80c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>