Refine pinnwand backend behavior and fix frontend template rendering

This commit is contained in:
Jürgen Mummert
2026-03-04 16:43:05 +01:00
parent ca7f7d759b
commit f8a5d9348e
6 changed files with 76 additions and 32 deletions

View File

@@ -20,7 +20,7 @@
{% endif %}
<h3 class="pin-note__headline">{{ entry.headline }}</h3>
<div class="pin-note__text">{{ entry.text|raw }}</div>
<div class="pin-note__text">{{ entry.text|e|nl2br }}</div>
{% if entry.link %}
<p class="pin-note__link-wrap">