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

% if not form.valid:
    FEHLER!
% endif

<form name="add_const_expense" method="post">
    ${form.render_utf8()}
    <input type="submit" />
</form>

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