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 @@ + +