Render descriptions as Markdown

This commit is contained in:
ricola 2025-09-27 18:57:36 +02:00
parent 4593bf2b2a
commit fa1a58bea2
10 changed files with 41 additions and 12 deletions

View file

@ -7,7 +7,7 @@
</p>
<p>
<label for="description"><%= _("Description") %></label>
<input type="text" name="description">
<textarea type="text" name="description"></textarea>
</p>
<button type="submit"><%= _("Create new vote") %></button>
</form>