aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-02-27 19:12:56 +0100
committeruser <user@node5.net>2024-02-27 19:12:56 +0100
commitc4f96612fc2c2e4f93787ba704a8dc0be6201752 (patch)
treed375e9287dd163ed5845108078501aca42fc69a3
parent85a98462d7efae05021a34ec182126d9c9e1b452 (diff)
comments - require comment
-rw-r--r--blog.node5.net/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.node5.net/templates/base.html b/blog.node5.net/templates/base.html
index 1e53ddb..a2b031d 100644
--- a/blog.node5.net/templates/base.html
+++ b/blog.node5.net/templates/base.html
@@ -41,7 +41,7 @@
<label for="comment">Comment, </label>
<label for="public">Show publicly (entire comment)</label>
<input type="checkbox" id="public" name="public" checked><br>
- <textarea id="comment" name="comment" rows="5" cols="80" id="comment"></textarea>
+ <textarea id="comment" required name="comment" rows="5" cols="80" id="comment"></textarea>
<input type="submit" value="Post comment" />
</form>
<br>