Skip to content

Commit

Permalink
Use textarea for media description (see hermesj#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlusslicht committed Mar 11, 2024
1 parent 94ff259 commit 2628a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/forms/media.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div th:classappend="'col-md-' + (*{uuid} ? 12 : 6)" class="mb-3">
<label class="form-label fw-bold" for="description">Media Description</label>
<div class="form-floating">
<input placeholder th:field="*{description}" class="form-control">
<textarea placeholder th:field="*{description}" class="form-control" maxlength="1500"></textarea>
<label class="form-label">Description for the attached Media</label>
</div>
</div>
Expand Down

0 comments on commit 2628a49

Please # to comment.