From d028afad434c20f58fbbaa8be9fe49931bdfcb4e Mon Sep 17 00:00:00 2001 From: nataly Date: Fri, 10 Nov 2023 10:03:55 +0200 Subject: [PATCH] Fixes. --- osinaweb/templates/main.html | 5 ----- osinaweb/templates/recent-status.html | 8 +++++++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/osinaweb/templates/main.html b/osinaweb/templates/main.html index ca721181..74c0630d 100644 --- a/osinaweb/templates/main.html +++ b/osinaweb/templates/main.html @@ -226,11 +226,6 @@
{% include 'recent-status.html' %} -
diff --git a/osinaweb/templates/recent-status.html b/osinaweb/templates/recent-status.html index 62eb1939..42ea110e 100644 --- a/osinaweb/templates/recent-status.html +++ b/osinaweb/templates/recent-status.html @@ -12,4 +12,10 @@ {% else %} {{last_status.date}} | {{last_status.time}} {%endif %}

- \ No newline at end of file + + + \ No newline at end of file