mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-14 07:39:03 +00:00
Added ability for users to leave anonymous comments
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user