dodal form za dodajanje in odstranjevanje filma
This commit is contained in:
parent
580c744c26
commit
789fb83281
@ -4,6 +4,14 @@
|
||||
<script defer src="{{this}}"></script>
|
||||
{{/each}}
|
||||
|
||||
<form id="myform" action="">
|
||||
<label for="password">password</label>
|
||||
<input type="password" name="password" id="pass">
|
||||
<label for="movie_id">movie_id</label>
|
||||
<input type="text" name="movie_id" id="movie_id">
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
|
||||
<div class="py-5 bg-body-tertiary">
|
||||
<div class="container" id="root">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user