Browse Source

Update move_reply.html

main
H0K4 7 years ago
committed by GitHub
parent
commit
714cb95194
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/mod/move_reply.html

2
templates/mod/move_reply.html

@ -1,4 +1,4 @@
<form action="?/{{ board }}/move_reply/{{ post }}" method="post">
<form action="?/{{ board }}/move_reply/{{ post }}" method="post" onsubmit="myButton.disabled = true; return true;">
<input type="hidden" name="token" value="{{ token }}">
<table>
<tr>

Loading…
Cancel
Save