mirror of https://gitlab.com/brutaldon/brutaldon
Fix non-working C-RET to submit on full toot page
This commit is contained in:
parent
366f8e8924
commit
54d507ca68
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue