diff options
Diffstat (limited to 'libpathod/app.py')
-rw-r--r-- | libpathod/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/app.py b/libpathod/app.py index 0274853b..fbb99dc4 100644 --- a/libpathod/app.py +++ b/libpathod/app.py @@ -11,7 +11,7 @@ class Index(_Page): name = "index" section = "main" def get(self): - self.render(self.name, section=self.section) + self.render(self.name, section=self.section, spec="") class Preview(_Page): |