diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index 7ab556cc..a6d767d6 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/templates/main.html b/osinaweb/templates/main.html index 74c0630d..98750a3e 100644 --- a/osinaweb/templates/main.html +++ b/osinaweb/templates/main.html @@ -224,8 +224,15 @@
-
- {% include 'recent-status.html' %} +
+
+ {% include 'recent-status.html' %} +
+
diff --git a/osinaweb/templates/recent-status.html b/osinaweb/templates/recent-status.html index 42ea110e..86e7eda1 100644 --- a/osinaweb/templates/recent-status.html +++ b/osinaweb/templates/recent-status.html @@ -1,3 +1,5 @@ +{% load static %} +

Recent Status: {{last_status.text}}

@@ -12,10 +14,4 @@ {% else %} {{last_status.date}} | {{last_status.time}} {%endif %}

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