diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-12 15:39:59 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-12 15:39:59 -0600 |
commit | ff008cf17716c1b0b4394e9d0b83969e419eb844 (patch) | |
tree | 57208a67bfa86829df6c355f9c3dabb5553fd036 /assets/entry_edit.html | |
parent | d0ce4ab8075cc3d14075b66260ecc9d8674dfba7 (diff) |
Clean up hardcoded strings
Diffstat (limited to 'assets/entry_edit.html')
-rw-r--r-- | assets/entry_edit.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |