2👍
✅
If you are using Django newer than 1.4, you need to quote your add_comment
:
<form action="{% url 'add_comment' post.id %}" method="POST">
Source:stackexchange.com