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.mako10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/pages/constedit.mako b/templates/pages/constedit.mako
deleted file mode 100644
index 7507bf9..0000000
--- a/templates/pages/constedit.mako
+++ /dev/null
@@ -1,10 +0,0 @@
-<%inherit file="constadd.mako" />
-
-<%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>