Fix non-working C-RET to submit on full toot page

This commit is contained in:
Jason McBrayer 2018-08-09 10:30:10 -04:00
parent 366f8e8924
commit 54d507ca68
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% if reply %}
<form method="post" id="post-form" action="{% url "reply" toot.id %}" enctype="multipart/form-data">
{% else %}
<form method="post" action="{% url "toot" %}" enctype="multipart/form-data">
<form id="post-form" method="post" action="{% url "toot" %}" enctype="multipart/form-data">
{% endif %}
{% csrf_token %}