diff roundup/cgi/templating.py @ 2487:9184fbd2aab0 maint-0.7

include "context" always, as documented [SF#965447]
author Richard Jones <richard@users.sourceforge.net>
date Mon, 21 Jun 2004 05:54:11 +0000
parents c075edcc8153
children cc7885c427b0
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Mon Jun 21 05:42:45 2004 +0000
+++ b/roundup/cgi/templating.py	Mon Jun 21 05:54:11 2004 +0000
@@ -196,6 +196,7 @@
                 pass
 
         c = {
+             'context': None,
              'options': {},
              'nothing': None,
              'request': request,

Roundup Issue Tracker: http://roundup-tracker.org/