summaryrefslogtreecommitdiff
path: root/templates/pages/constedit.mako
blob: 7507bf9c3b66b4abebf3926399ec6095393c1b19 (plain)
1
2
3
4
5
6
7
8
9
10
<%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>