diff options
| author | user <user@node5.net> | 2024-02-27 19:12:56 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-02-27 19:12:56 +0100 |
| commit | c4f96612fc2c2e4f93787ba704a8dc0be6201752 (patch) | |
| tree | d375e9287dd163ed5845108078501aca42fc69a3 | |
| parent | 85a98462d7efae05021a34ec182126d9c9e1b452 (diff) | |
comments - require comment
| -rw-r--r-- | blog.node5.net/templates/base.html | 2 |
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> |
