diff --git a/links/templates/links/collection_confirm_delete.html b/links/templates/links/collection_confirm_delete.html index 8e20838..861858b 100644 --- a/links/templates/links/collection_confirm_delete.html +++ b/links/templates/links/collection_confirm_delete.html @@ -16,7 +16,7 @@
{% trans "Are you sure you want to delete this collection?" %} {{ object.name }} diff --git a/links/templates/links/collection_list.html b/links/templates/links/collection_list.html index 657c648..b7089bb 100644 --- a/links/templates/links/collection_list.html +++ b/links/templates/links/collection_list.html @@ -3,7 +3,7 @@ {% load static %} {% block content %} -
{% trans "URL changed at" %} {{ log.changed_at|date:"Y-m-d H:i" }}
@@ -172,7 +172,7 @@ if (item.label) { return item.label; } - + const date = new Date(item.date); if (intervalDays === 1) { // Daily: show "Jan 15" diff --git a/links/templates/links/link_list.html b/links/templates/links/link_list.html index e7ef447..fe92113 100644 --- a/links/templates/links/link_list.html +++ b/links/templates/links/link_list.html @@ -146,7 +146,7 @@ {% endfor %}{% trans "No posts available yet" %}
{% trans "Create your first post" %}