Implement comment form type

This commit is contained in:
2024-07-28 02:32:47 -04:00
parent d090e3f36c
commit fdae2ae025
4 changed files with 74 additions and 1 deletions

View File

@@ -30,4 +30,8 @@
{% else %}
<div>No comments have been posted yet for this conference.</div>
{% endif %}
<h2>Add your own feedback</h2>
{{ form(comment_form) }}
{% endblock %}