- Timestamp:
- 01/31/07 08:06:03 (5 years ago)
- Location:
- trunk/cogplanet
- Files:
-
- 1 added
- 1 modified
-
controllers.py (modified) (1 diff)
-
templates/opml.tmpl (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/cogplanet/controllers.py
r43 r46 60 60 61 61 62 @expose() 63 def config(self, format="opml.xml"): 64 planet = Planet.selectone() 65 return {"planet": planet, 66 "tg_template": "cheetah:cogplanet.templates.opml"} 67 62 68 @expose(template="genshi:cogplanet.templates.index") 63 69 # @identity.require(identity.in_group("admin"))
