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