Implemented basic models
This commit is contained in:
parent
6bceef1664
commit
3ba6099976
16 changed files with 257 additions and 24 deletions
11
app/templates/new.html
Normal file
11
app/templates/new.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<form action="/new" method="POST">
|
||||
{{ form.hidden_tag() }}
|
||||
|
||||
{{ form.title.label }}
|
||||
{{ form.title() }}
|
||||
|
||||
{{ form.description.label }}
|
||||
{{ form.description() }}
|
||||
|
||||
{{ form.submit() }}
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue