mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-18 07:50:25 +00:00
web custom links city placeholder
This commit is contained in:
@@ -394,7 +394,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 | urlquote) }}" target="_blank" class="quicklink-item">
|
||||
<a href="{{ link.url }}" target="_blank" class="quicklink-item">
|
||||
{{ link.label }}
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user