summaryrefslogtreecommitdiff
path: root/templates/pages/constadd.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/constadd.jinja')
-rw-r--r--templates/pages/constadd.jinja12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/pages/constadd.jinja b/templates/pages/constadd.jinja
new file mode 100644
index 0000000..8f878b4
--- /dev/null
+++ b/templates/pages/constadd.jinja
@@ -0,0 +1,12 @@
+{% extends "page.jinja" %}
+
+{% block heading %}
+ Füge neue konstante Ausgabe hinzu
+{% endblock %}
+
+{% block content %}
+ <form name="add_const_expense" method="post" action="{{ url_for(".add") }}">
+ {{ render_form(form) }}
+ <input type="submit" name="changeB">
+ </form>
+{% endblock %}