diff --git a/templates/deck.html b/templates/deck.html index 7fab412..1b78d47 100644 --- a/templates/deck.html +++ b/templates/deck.html @@ -15,9 +15,9 @@ - - - + + + diff --git a/templates/menu.html b/templates/menu.html index ad76ddb..e3f2bc3 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -5,10 +5,12 @@ {% block content %}
- {% if deck_status == "old" %} - - {% else %} - + {% if deck_status == "start" %} + + {% elif deck_status == "continue" %} + + {% elif deck_status == "done" %} + {% endif %}