sync social_profiles fix

This commit is contained in:
2026-08-05 15:44:37 +02:00
parent 54a0624c17
commit 8a653ca395
4 changed files with 36 additions and 6 deletions
+14
View File
@@ -277,6 +277,20 @@
</div>
{% endif %}
{% if contact.social_profiles %}
<div class="section">
<div class="section-title">Soziale Profile</div>
<div class="section-list">
{% for sp in contact.social_profiles %}
<div class="section-item">
<span class="section-item-label">{{ sp.type }}{% if sp.username %} ({{ sp.username }}){% endif %}</span>
<span class="section-item-value"><a href="{{ sp.url }}" target="_blank">{{ sp.url }}</a></span>
</div>
{% endfor %}
</div>
</div>
{% endif %}
{% if contact.categories %}
<div class="section">
<div class="section-title">Kategorien</div>