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, 0 insertions, 12 deletions
diff --git a/templates/pages/constadd.jinja b/templates/pages/constadd.jinja
deleted file mode 100644
index 8f878b4..0000000
--- a/templates/pages/constadd.jinja
+++ /dev/null
@@ -1,12 +0,0 @@
-{% 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 %}