flask_eindproject/app/templates/new.html
Jurn Wubben 05c40d0148 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
2025-05-20 18:22:17 +02:00

11 lines
226 B
HTML

<form action="{{ url_for("new") }}" method="POST">
{{ form.hidden_tag() }}
{{ form.title.label }}
{{ form.title() }}
{{ form.description.label }}
{{ form.description() }}
{{ form.submit() }}
</form>