Adding token and current timestamp to html.

This commit is contained in:
2017-09-05 08:54:32 +07:00
parent 06c4e2a74e
commit 45dbe24da7
3 changed files with 17 additions and 6 deletions

View File

@@ -40,13 +40,13 @@
<input type="text" name="editor" value="User {{ editor }}" disabled>
<!-- Current Timestamp -->
<input type="hidden" name="_currts" value="##CURRENT_TIMESTAMP##">
<input type="hidden" name="_currts" value={{ timestamp }}>
<!-- Method -->
<input type="hidden" name="_method" value="put">
<!-- Token -->
<input type="hidden" name="_token" value="##TOKEN##">
<input type="hidden" name="_token" value={{ token }}>
<br>