diff pylons_app/templates/base/base.html @ 74:cdf4fda66dd9

Started summary page. Added filters to templates. used by n,self.f.filtername prefixed by n to disable other filters. Few other fixes found
author Marcin Kuzminski <marcin@python-blog.com>
date Mon, 12 Apr 2010 10:29:18 +0200
parents 3cf0603cd4f5
children 9fe23fdab9e9
line wrap: on
line diff
--- a/pylons_app/templates/base/base.html	Sun Apr 11 22:57:16 2010 +0200
+++ b/pylons_app/templates/base/base.html	Mon Apr 12 10:29:18 2010 +0200
@@ -1,4 +1,7 @@
 ## -*- 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>