From 1244de32fcebc13030aa8d0632c92c1031345652 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 30 May 2013 18:00:55 +0200 Subject: index: list is now navigatable with cursor up and down --- templates/index.html | 6 ++++++ templates/layout.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index b0a5e98..574f8e0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,11 @@ {% extends 'layout.html' %} +{% block head %} + + + +{% endblock %} + {% block content %}

Hostinfo

diff --git a/templates/layout.html b/templates/layout.html index d5739cb..f0d12ea 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -12,7 +12,7 @@ - + {% block head %}{% endblock %} -- cgit v1.2.3-1-g7c22