From 739ca49e93d7bf534bfc401633a612e16ff19bc6 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 28 Jan 2014 13:09:54 +0100 Subject: Root pages Signed-off-by: Petr Vobornik Reviewed-by: Simo Sorce --- ipsilon/root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipsilon/root.py') diff --git a/ipsilon/root.py b/ipsilon/root.py index 279cbd4..034a7b3 100755 --- a/ipsilon/root.py +++ b/ipsilon/root.py @@ -42,4 +42,4 @@ class Root(Page): self.admin = Admin(self._site) def root(self): - return self._template('index.html', title='Root') + return self._template('index.html', title='Ipsilon') -- cgit