summaryrefslogtreecommitdiff
path: root/templates/pages/constadd.jinja
blob: 8f878b4eda48eda0718b8e8ad8cd3926c8cc008f (plain)
1
2
3
4
5
6
7
8
9
10
11
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 %}