web custom links urlquote

This commit is contained in:
2026-08-05 20:27:38 +02:00
parent ed9bf5f062
commit 5ca8eeeaa7
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -410,7 +410,7 @@
<div class="section-title">Schnelllinks</div>
<div class="section-list">
{% for link in custom_links %}
<a href="{{ link.url | replace('[fullname]', contact.full_name or '') }}" target="_blank" class="quicklink-item">
<a href="{{ link.url | replace('[fullname]', contact.full_name | urlquote) }}" target="_blank" class="quicklink-item">
{{ link.label }}
</a>
{% endfor %}