mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2025-01-24 21:01:44 +01:00
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 %}
|
{% if reply %}
|
||||||
<form method="post" id="post-form" action="{% url "reply" toot.id %}" enctype="multipart/form-data">
|
<form method="post" id="post-form" action="{% url "reply" toot.id %}" enctype="multipart/form-data">
|
||||||
{% else %}
|
{% 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 %}
|
{% endif %}
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user