From d33d3663ecb166461d9cb5a78a29b44ee7a8fbb7 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 18 Feb 2016 13:03:40 +0100 Subject: combine projects --- pathod/templates/log.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pathod/templates/log.html (limited to 'pathod/templates/log.html') diff --git a/pathod/templates/log.html b/pathod/templates/log.html new file mode 100644 index 00000000..b0484cb8 --- /dev/null +++ b/pathod/templates/log.html @@ -0,0 +1,31 @@ +{% extends "frame.html" %} {% block body %} +
+ +
+ +

Logs

+
+ + + + + + + + + + + {% for i in log %} + + {% if i["type"] == 'error' %} + + {% else %} + + + + {% endif %} + + {% endfor %} + +
idmethodpath
ERROR: {{ i["msg"] }}{{ i["id"] }}{{ i["request"]["method"] }}{{ i["request"]["path"] }}
+{% endblock %} -- cgit v1.2.3