From ff008cf17716c1b0b4394e9d0b83969e419eb844 Mon Sep 17 00:00:00 2001 From: Michael McVady <femtonaut@gmail.com> Date: Fri, 12 Jan 2024 15:39:59 -0600 Subject: Clean up hardcoded strings --- assets/entry_edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/entry_edit.html') diff --git a/assets/entry_edit.html b/assets/entry_edit.html index 01e5cd5..9982731 100644 --- a/assets/entry_edit.html +++ b/assets/entry_edit.html @@ -3,7 +3,7 @@ <input type="text" id="title" name="title" value="%s" placeholder="title"/> <textarea id="body" name="body" rows="50" cols="100">%s</textarea> <br> -<input type="button" value="Preview"> -<input type="submit" value="Save"> +<!--input type="button" value="Preview"--> +<input type="submit" value="Update"> </form> -- cgit v1.2.3