From ced83335a5a338cb9c24956b96da526465d94df8 Mon Sep 17 00:00:00 2001 From: ficus Date: Sat, 15 Sep 2012 22:50:14 +0200 Subject: refactor to distributable format --- templates/logs.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 templates/logs.html (limited to 'templates/logs.html') diff --git a/templates/logs.html b/templates/logs.html deleted file mode 100644 index c5ea52a..0000000 --- a/templates/logs.html +++ /dev/null @@ -1,9 +0,0 @@ -{% import "lib.html" as lib %} -{% extends "base.html" %} -{% block body %} - -{{ lib.logbox("dmesg", logs.dmesg) }} -{{ lib.logbox("auth.log", logs.authlog) }} -{{ lib.logbox("syslog", logs.syslog) }} - -{% endblock %} -- cgit v1.2.3