Added ability for users to leave anonymous comments

This commit is contained in:
Sn0wCrack
2017-05-15 17:38:03 +10:00
committed by nyaadev
parent 1a9ebc19ed
commit fe6abf33c1
3 changed files with 8 additions and 1 deletions

View File

@@ -173,6 +173,7 @@
<form method="POST" action="{{ request.url }}/submit_comment">
{{ form.csrf_token }}
{{ render_field(form.comment, class_='form-control') }}
{{ render_field(form.is_anonymous) }}
<input type="submit" value="Submit" class="btn btn-primary">
</form>