diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html
index 161d09aee18b4a7d9682b0a54a4e4163e0e289fe..8a7ffd0b9bbf3caf940e1cdbb3ec543e420203b8 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>