aboutsummaryrefslogtreecommitdiff
path: root/assets/entry_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'assets/entry_edit.html')
-rw-r--r--assets/entry_edit.html4
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>