From a08b1be321749098b4b3cea51b2e9904a6fe776c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Sun, 6 Aug 2023 12:02:09 +0200
Subject: [PATCH] add date

---
 home/templates/home/home_page.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html
index 161d09a..8a7ffd0 100644
--- a/home/templates/home/home_page.html
+++ b/home/templates/home/home_page.html
@@ -146,8 +146,8 @@
                                 <h3 class="font-serif leading-4">
                                     {{ document.title }}
                                 </h3>
-                                {% if document.date_added %}
-                                    <small class="font-serif">Přidáno {{ document.date_added }}</small>
+                                {% if document.date %}
+                                    <small class="font-serif">Přidáno {{ document.date }}</small>
                                 {% endif %}
                             </a>
                         </li>
-- 
GitLab