BUGFIX: missing > in person view

This commit is contained in:
Simon Martens
2026-01-09 18:43:06 +01:00
parent 257bde5563
commit f069efbed0
2 changed files with 3 additions and 3 deletions

View File

@@ -266,7 +266,7 @@ type AlmanachResult struct {
</div>
<div class="flex-1 inputwrapper">
<label for="edition" class="inputlabel">Ausgabe</label>
<label for="edition" class="inputlabel">Ausgabebezeichnung</label>
<textarea name="edition" id="edition" class="inputinput no-enter" placeholder="" autocomplete="off" rows="1">{{- $model.result.Entry.Edition -}}</textarea>
</div>
</div>