Skip to content

Commit

Permalink
Max length on feedback input (1k chars)
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed Oct 22, 2024
1 parent a62cc02 commit 618f4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vzdv-site/templates/feedback.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
<div class="col-8">
<label for="comments">Comments</label>
<textarea name="comments" id="comments" class="form-control" style="height: 60%"></textarea>
<textarea name="comments" id="comments" class="form-control" style="height: 60%" maxlength="1000"></textarea>
</div>
</div>
<button type="submit" class="btn btn-success">
Expand Down

0 comments on commit 618f4c5

Please sign in to comment.