diff pylons_app/templates/base/base.html @ 83:db39d0ca5308

implemented Shortlog as seperate controller, filters rewrite. Little html fixes
author Marcin Kuzminski <marcin@python-blog.com>
date Sun, 18 Apr 2010 11:23:10 +0200
parents 9fe23fdab9e9
children 25e01cb65282
line wrap: on
line diff
--- a/pylons_app/templates/base/base.html	Sun Apr 18 00:31:58 2010 +0200
+++ b/pylons_app/templates/base/base.html	Sun Apr 18 11:23:10 2010 +0200
@@ -1,7 +1,4 @@
 ## -*- coding: utf-8 -*-
-##filters definition
-<%namespace name="f" module="pylons_app.lib.filters" inheritable="True"/>
-
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>