summaryrefslogtreecommitdiff
path: root/templates/pages/constedit.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/constedit.mako')
-rw-r--r--templates/pages/constedit.mako5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/pages/constedit.mako b/templates/pages/constedit.mako
index 618df2e..7507bf9 100644
--- a/templates/pages/constedit.mako
+++ b/templates/pages/constedit.mako
@@ -3,3 +3,8 @@
<%block name="heading">
Konstante Ausgabe bearbeiten
</%block>
+
+<%block name="form_buttons">
+ <input type="submit" name="changeB" />
+ <input type="submit" name="deleteB" value="Eintrag löschen" />
+</%block>