summaryrefslogtreecommitdiff
path: root/templates/pages/constadd.mako
blob: 2c165449b6293f8ae42926f92323549baf05cf4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<%inherit file="/page.mako" />

% if not form.valid:
    FEHLER!
% endif

<form name="add_const_expense" method="post">
    ${form.render()}
    <%block name="form_buttons">
        <input type="submit" name="changeB"/>
    </%block>
</form>

<%block name="heading">
    Füge neue konstante Ausgabe hinzu
</%block>