X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=templates%2Fcondition.html;h=6b28a525112ada4d9f8c33a62d77353a83df40a2;hb=f92de64d072009c8c4bf96b9eeb9fa245045662b;hp=324c8f8a0efe9c6c05dba0307fd682807983bcdf;hpb=63073c2c05785d2b5539780dd5bc40adff57aab1;p=plomtask 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 %}