X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fcondition.html;h=6b28a525112ada4d9f8c33a62d77353a83df40a2;hb=5330c790adbff45a76988d6483ab0175cb95da77;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 %}