diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2013-04-14 18:54:50 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2013-04-14 18:54:50 +0200 |
commit | 21c591327c8c4c8bbf34831a23f4439fec32f3b2 (patch) | |
tree | 68754e3f4726d31c7a61a472fa17109a5b316295 /templates/pages/add.mako | |
parent | abfc1005db0f256ca60823f61b8a904304eb9a4c (diff) | |
download | kosten-21c591327c8c4c8bbf34831a23f4439fec32f3b2.tar.gz kosten-21c591327c8c4c8bbf34831a23f4439fec32f3b2.tar.bz2 kosten-21c591327c8c4c8bbf34831a23f4439fec32f3b2.zip |
Add expense -- in Flask
Diffstat (limited to 'templates/pages/add.mako')
-rw-r--r-- | templates/pages/add.mako | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/templates/pages/add.mako b/templates/pages/add.mako deleted file mode 100644 index 3ce46fd..0000000 --- a/templates/pages/add.mako +++ /dev/null @@ -1,27 +0,0 @@ -<%inherit file="/page.mako" /> - -% if not form.valid: - FEHLER! -% endif - -<form name="add_expense" method="post"> - ${form.render()} - <%block name="form_buttons"> - <input type="submit" name="changeB" /> - </%block> -</form> - -<%block name="heading"> - Neue Ausgabe hinzufügen -</%block> - -<%block name="js"> - ${parent.js()} - <script type="text/javascript" src=${"/static/jqueryui/jquery-ui-1.8.2.js" | url}></script> - <script type="text/javascript" src=${"/static/js/add.js" | url}></script> -</%block> - -<%block name="style"> - ${parent.style()} - <link href=${"/static/jqueryui/css/ui-darkness/jquery-ui-1.8.2.custom.css" | url} rel="stylesheet" type="text/css" /> -</%block> |