From f475f0095f2b4af1acab8cfe3d6c866a71b73bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 14 Sep 2013 00:27:31 +0200 Subject: Replaced current JS by LS and generated JS --- templates/expenses/show.jinja | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'templates/expenses/show.jinja') diff --git a/templates/expenses/show.jinja b/templates/expenses/show.jinja index a3b9422..8052757 100644 --- a/templates/expenses/show.jinja +++ b/templates/expenses/show.jinja @@ -1,6 +1,8 @@ {% extends "layout.jinja" %} {% from "macros.jinja" import left_arrow, right_arrow, colorize %} +{% set JSFunction = "showJS" %} + {% block heading %} {% if exps | length > 1 %} Aktuelle Kosten @@ -9,11 +11,6 @@ {% endif %} {% endblock %} -{% block js %} - {{ super() }} - -{% endblock %} - {% block content %} {% for e in exps %} {% if exps | length > 1 %}

{{e|date}}

{% endif %} -- cgit v1.2.3