Modify form objects in login.html and edit_pengumuman.html, also create new html new_pengumuman.html
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user