Remove the routes and the template for the comment form

This commit is contained in:
Bat
2018-06-21 15:00:25 +01:00
parent 461c26f159
commit 4c211b4308
8 changed files with 26 additions and 53 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
<span class="username">@{{ comment.author.username }}</span>
</a>
<div class="text">{{ comment.content | safe }}</div>
<a class="button" href="comment?responding_to={{ comment.id }}">{{ "Respond" | _ }}</a>
<a class="button" href="?responding_to={{ comment.id }}">{{ "Respond" | _ }}</a>
</div>
{% endfor %}
</div>