From 52cf3751b2fe74aa5029f4b605b91aa84d9cf914 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 4 Feb 2010 16:17:22 +0100 Subject: little fixes, closed #71 --- module/web/templates/default/logs.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/web/templates/default/logs.html') diff --git a/module/web/templates/default/logs.html b/module/web/templates/default/logs.html index c35c68706..8dbe5a382 100644 --- a/module/web/templates/default/logs.html +++ b/module/web/templates/default/logs.html @@ -2,6 +2,7 @@ {% load i18n %} {% block title %}{% trans "Logs" %} - {{block.super}} {% endblock %} +{% block subtitle %}{% trans "Logs" %}{% endblock %} {% block menu %}
  • @@ -22,5 +23,5 @@
  • {{line.line}}: {{line.content}}
  • {% endfor %} -<< Start < prev next > +<< {% trans "Start" %} < {% trans "prev" %} {% trans "next" %} > {% endblock %} \ No newline at end of file -- cgit v1.2.3