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 %}