home · contact · privacy
Minor code style improvement re NamedTuple usage.
[plomtask] / templates / day.html
index b38d566d67185990316878e2c4d7b0eb0795336b..e3fe5ef29c5865551d42d751a5d45ea380921065 100644 (file)
@@ -29,7 +29,7 @@ add todo: <input name="new_todo" list="processes" autocomplete="off" />
 </datalist>
 </form>
 <h4>conditions</h4>
-{% for node in conditions_nodes %}
+{% for node in condition_listings %}
 <li>[{% if node.condition.is_active %}x{% else %} {% endif %}] <a href="condition?id={{node.condition.id_}}">{{node.condition.title.newest|e}}</a>
 <ul>
 {% for enabler in node.enablers %}