From f6b2b002275be4fc88fa1c88ed31e1183d6f4fe7 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 1 Sep 2014 20:05:38 +0300 Subject: [PATCH] we have a page title now --- templates/main.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/main.html b/templates/main.html index 2a2697c..6d0651e 100644 --- a/templates/main.html +++ b/templates/main.html @@ -1,5 +1,7 @@ {% extends "base.html" %} +{% block title %}motionEye{% endblock %} + {% block style %} {{super()}} -- 2.39.5