From 64037e5a7af1078e94a87d25d7181f580bbda5c5 Mon Sep 17 00:00:00 2001 From: Wojciech Kwolek Date: Thu, 3 Sep 2020 12:56:35 +0200 Subject: [PATCH] don't show the add link for today --- app/templates/main/app.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/main/app.html b/app/templates/main/app.html index d6dee3d..5ad918c 100644 --- a/app/templates/main/app.html +++ b/app/templates/main/app.html @@ -23,9 +23,11 @@ {% if accomplishments %}
edit
{% else %} + {% if not day.is_today %}
add
{% endif %} {% endif %} + {% endif %} {% if edit %}