From 439a53dc7c749f6107761c24fddb4d60baed6170 Mon Sep 17 00:00:00 2001 From: Kostanjevec Date: Tue, 16 Aug 2022 10:31:59 +0200 Subject: [PATCH] added due cards and interval info to ui --- templates/deck.html | 6 +++--- templates/menu.html | 10 ++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) 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 %}