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>