From 21b127bd69bf963612fbb28cda549f0be967696f Mon Sep 17 00:00:00 2001 From: null Date: Thu, 7 Mar 2024 20:16:26 +0100 Subject: [PATCH] add fulfilled --- routes/conditions.py | 2 +- templates/conditions/create.html | 2 ++ templates/conditions/update.html | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/routes/conditions.py b/routes/conditions.py index b3134cb..4c6b293 100644 --- a/routes/conditions.py +++ b/routes/conditions.py @@ -5,7 +5,7 @@ table_name = 'conditions' route = table_name r = getRethinkDB() -booleans = ["disabled"] +booleans = ["disabled", "fulfilled"] def create_conditions_routes(app): # Create a table (if not exists) diff --git a/templates/conditions/create.html b/templates/conditions/create.html index ba7c86e..0561a47 100644 --- a/templates/conditions/create.html +++ b/templates/conditions/create.html @@ -30,6 +30,8 @@ + +
diff --git a/templates/conditions/update.html b/templates/conditions/update.html index 653bf06..1e4e464 100644 --- a/templates/conditions/update.html +++ b/templates/conditions/update.html @@ -33,6 +33,9 @@ + + +