also on web

This commit is contained in:
2026-08-07 13:57:20 +02:00
parent 081fe9bfa0
commit 32c6bf6908
+1 -1
View File
@@ -367,7 +367,7 @@
<div class="birthday-organization">{{ b.organization }}</div>
{% endif %}
<div class="birthday-date">
{{ b.birthday|fmt_birthday }}{% if b.birthday|has_year %} · {{ b.birthday|fmt_age(current_year) }} Jahre{% endif %}
{{ b.birthday|fmt_birthday }}{% if b.birthday|has_year %}<span style="white-space:nowrap;"> · {{ b.birthday|fmt_age(current_year) }} Jahre</span>{% endif %}
</div>
</div>
{% if b.photo_url %}