From 3dd9930d0f7cd1164ee66a2c72a24b0847d95f53 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sun, 22 Jan 2017 22:55:35 +0100 Subject: [PATCH] Better base template --- templates/templ.html | 55 ++++---------------------------------------- 1 file changed, 5 insertions(+), 50 deletions(-) diff --git a/templates/templ.html b/templates/templ.html index fa24439..969f8e7 100644 --- a/templates/templ.html +++ b/templates/templ.html @@ -1,59 +1,14 @@ {% extends "base.html" %} {% block content %} -

Welcome!

- I have {{ call_count }} callsigns in my Database! -
-
- -
-
- Calldatabase event log - - - - - - - - - - - {% for log in call_log %} - - - - - - - {% endfor %} - -
DateTypeCallsignEvent
{{ log.log_time }}{{ log.getTopic }}{{ log.callsign|default:"-" }}{{ log.text }}
-
-
- Databas source versions - - - - - - - - - - {% for log in call_import %} - - - - - - {% endfor %} - -
DateSourceVersion
{{ log.last_version_time }}{{ log.datasource }}{{ log.version }}
- +
Header
+
+ Body +
+
{% endblock %}