implement URL generation

move code for URL generation to model/urlbuilder.py
add format selection to input form
create output template
This commit is contained in:
Jan Dittberner 2009-01-21 01:11:01 +01:00
parent d86965304f
commit f33f6c7751
7 changed files with 81 additions and 108 deletions

View file

@ -26,6 +26,7 @@ class BaseController(WSGIController):
add_fallback(lang)
except:
pass
c.messages = { 'errors': [], 'messages': [] }
return WSGIController.__call__(self, environ, start_response)
# Include the '_' function in the public names