Modify form objects in login.html and edit_pengumuman.html, also create new html new_pengumuman.html

This commit is contained in:
2017-08-31 10:12:06 +07:00
parent 9a94e5b250
commit d51baaf2c2
3 changed files with 72 additions and 33 deletions

View File

@@ -13,11 +13,11 @@
<label for="password">Password: </label>
<input type="password" name="password" value="" placeholder="Type your password">
<!-- CSRF Token -->
<input type="hidden" name="_token_" value="##GENERATED##">
<!-- method -->
<input type="hidden" name="_method" value="post">
<!-- Form type -->
<input type="hidden" name="_type_" value="post">
<!-- Token -->
<input type="hidden" name="_token_" value="##TOKEN##">
<button type="submit" name="login">Login</button>
</form>