Oops I wasn't supposed to close input tags

This commit is contained in:
Mouse Reeve
2020-04-21 10:47:55 -07:00
parent 52651fdaa0
commit 894f76f843
10 changed files with 22 additions and 22 deletions

View File

@ -3,7 +3,7 @@
{% if request.user.is_authenticated %}
<form name="reply" action="/reply" method="post" onsubmit="return reply(event)">
{% csrf_token %}
<input type="hidden" name="parent" value="{{ activity.id }}"></input>
<input type="hidden" name="parent" value="{{ activity.id }}">
<textarea name="content" placeholder="Leave a comment..." id="id_content" required="true"></textarea>
<button type="submit">
<span class="icon icon-comment">