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 | |
parent | d0ce4ab8075cc3d14075b66260ecc9d8674dfba7 (diff) |
Clean up hardcoded strings
Diffstat (limited to 'assets')
-rw-r--r-- | assets/entry_edit.html | 4 | ||||
-rw-r--r-- | assets/footer.html (renamed from assets/index_end.html) | 0 | ||||
-rw-r--r-- | assets/header.html (renamed from assets/index_begin.html) | 0 |
3 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> diff --git a/assets/index_end.html b/assets/footer.html index 6131a40..6131a40 100644 --- a/assets/index_end.html +++ b/assets/footer.html diff --git a/assets/index_begin.html b/assets/header.html index 0ff3660..0ff3660 100644 --- a/assets/index_begin.html +++ b/assets/header.html |