From: Christian Heller Date: Thu, 30 May 2024 04:57:09 +0000 (+0200) Subject: Fix buggy links in Condition view. X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=commitdiff_plain;h=8c96e82d1fbab103444d6900318fd249c6164a54;p=plomtask Fix buggy links in Condition view. --- diff --git a/templates/condition.html b/templates/condition.html index 324c8f8..6b28a52 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -27,7 +27,7 @@ enables {% for process in enabled_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %} @@ -36,7 +36,7 @@ disables {% for process in disabled_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %} @@ -45,7 +45,7 @@ enabled by {% for process in enabling_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %} @@ -54,7 +54,7 @@ disabled by {% for process in disabling_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %}