Added a bit of style to edit.html
Added buy capability to view with dialog Added additional properties to Item (url and imageurl); NEEDS TESTING Made delete items work properly
This commit is contained in:
parent
3ba6099976
commit
05c40d0148
9 changed files with 222 additions and 82 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<form action="/new" method="POST">
|
||||
<form action="{{ url_for("new") }}" method="POST">
|
||||
{{ form.hidden_tag() }}
|
||||
|
||||
{{ form.title.label }}
|
||||
|
|
@ -8,4 +8,4 @@
|
|||
{{ form.description() }}
|
||||
|
||||
{{ form.submit() }}
|
||||
</form>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue