diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/expenses/show.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/expenses/show.jinja b/templates/expenses/show.jinja index ef9fb7c..e1c21c8 100644 --- a/templates/expenses/show.jinja +++ b/templates/expenses/show.jinja @@ -23,7 +23,7 @@ {%- endcall %} {% endfor %} - {% call(exp) detail(name="Constant", sum=e.constsum, set=e.consts) -%} + {% call(exp) detail(name="Konstant", sum=e.constsum, set=e.consts) -%} <a href="{{ url_for("consts.show", id = exp.id) }}">{{exp.monthly}} -- {{exp.description}}</a> {%- endcall %} |