summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2016-07-08 22:51:23 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2016-07-08 22:51:23 +0200
commit08f0356358348cc3242a7bb45e3f008d66cf70f8 (patch)
treee0de8d05b09b0c5e7c6cfd5fb7f4deb91271db31
parent92f93f95b62a9a02c369ec0e14bd129ff55103b2 (diff)
downloadkosten-08f0356358348cc3242a7bb45e3f008d66cf70f8.tar.gz
kosten-08f0356358348cc3242a7bb45e3f008d66cf70f8.tar.bz2
kosten-08f0356358348cc3242a7bb45e3f008d66cf70f8.zip
Constant -> Konstant
-rw-r--r--templates/expenses/show.jinja2
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 %}