Javascript cleanup

This commit is contained in:
Mouse Reeve
2021-01-14 15:16:18 -08:00
parent 5591024933
commit 4d4e692f49
3 changed files with 11 additions and 14 deletions

View File

@ -1,5 +1,5 @@
{% load bookwyrm_tags %}
<form class="is-flex-grow-1" name="reply" action="/reply" method="post" onsubmit="return reply(event)">
<form class="is-flex-grow-1" name="reply" action="/reply" method="post">
<div class="columns is-align-items-flex-end">
{% csrf_token %}
<input type="hidden" name="reply_parent" value="{{ status.id }}">