From 071a762ea493d3dadcaf1c44cd3f2d76a4d3f599 Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Tue, 27 May 2025 22:59:27 +0200 Subject: [PATCH] Added placeholders for edit inputs --- app/templates/edit.html | 8 ++++---- instance/application.db | Bin 12288 -> 12288 bytes 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/edit.html b/app/templates/edit.html index 1ffc299..263a54e 100644 --- a/app/templates/edit.html +++ b/app/templates/edit.html @@ -1,22 +1,22 @@ {% set cpath = url_for("edit", id=wishlist.editId) %} -

Change name

+

Metadata

{{ form_wl_editinfo.hidden_tag() }} {{ form_wl_editinfo.title.label }} - {{ form_wl_editinfo.title() }} + {{ form_wl_editinfo.title(placeholder=wishlist.title) }} {{ form_wl_editinfo.description.label }} - {{ form_wl_editinfo.description() }} + {{ form_wl_editinfo.description(placeholder=wishlist.description) }} {{ form_wl_editinfo.wl_edit_submit() }}

-

Reset urls

+

Urls