Hi All,
I have two views:
@view_config(renderer='templates/index.pt')
class IndexView(..):
...
@view_config(name='history',renderer='templates/history.pt')
class HistoryView(..):
...
How should I generate urls to these?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
--
You received this message because you are subscribed to the Google Groups
"pylons-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-devel?hl=en.