mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
Update move_reply.html
This commit is contained in:
parent
714cb95194
commit
896d9e2f75
@ -1,4 +1,4 @@
|
|||||||
<form action="?/{{ board }}/move_reply/{{ post }}" method="post" onsubmit="myButton.disabled = true; return true;">
|
<form action="?/{{ board }}/move_reply/{{ post }}" method="post" onsubmit="btnSubmit.disabled = true; return true;">
|
||||||
<input type="hidden" name="token" value="{{ token }}">
|
<input type="hidden" name="token" value="{{ token }}">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
@ -35,7 +35,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<ul style="padding:0;text-align:center;list-style:none">
|
<ul style="padding:0;text-align:center;list-style:none">
|
||||||
<li><input type="submit" value="{% trans 'Move reply' %}"></li>
|
<li><input type="submit" name="btnSubmit" value="{% trans 'Move reply' %}"></li>
|
||||||
</ul>
|
</ul>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user