Oops I wasn't supposed to close input tags
This commit is contained in:
parent
52651fdaa0
commit
894f76f843
10 changed files with 22 additions and 22 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue