From d8cd0ec7991c397e71a914bfb230c67e4fef3cf1 Mon Sep 17 00:00:00 2001 From: Dmitriy Lyalyuev Date: Wed, 30 Nov 2022 09:37:03 +0300 Subject: [PATCH] Add ... at end of short message --- later42/templates/archive.html | 2 +- later42/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/later42/templates/archive.html b/later42/templates/archive.html index a5c606f..e1b4908 100644 --- a/later42/templates/archive.html +++ b/later42/templates/archive.html @@ -18,7 +18,7 @@ {% if d.short %}

- {{ d.short }} + {{ d.short }}...

{% endif %}

diff --git a/later42/templates/index.html b/later42/templates/index.html index fcc1116..e228bad 100644 --- a/later42/templates/index.html +++ b/later42/templates/index.html @@ -24,7 +24,7 @@ {% endif %} {% if d.short %}

- {{ d.short }} + {{ d.short }}...

{% endif %}