Add app_config and global_config to the template environment
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 19 Nov 2011 14:33:29 +0000 (08:33 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 19 Nov 2011 14:33:29 +0000 (08:33 -0600)
mediagoblin/tools/template.py

index a0eaabe7236a9e8be7ba72e656bb9c2aeb173e3e..0986761b7e4539acd09f72b77e7cc82c47d1a511 100644 (file)
@@ -52,6 +52,7 @@ def get_jinja_env(template_loader, locale):
     # All templates will know how to ...
     # ... fetch all waiting messages and remove them from the queue
     # ... construct a grid of thumbnails or other media
+    # ... have access to the global and app config
     template_env.globals['fetch_messages'] = messages.fetch_messages
     template_env.globals['gridify_list'] = gridify_list
     template_env.globals['gridify_cursor'] = gridify_cursor