Changes between Version 7 and Version 8 of ShortcutSyntaxIdeas
- Timestamp:
- Sep 21, 2005, 12:12:40 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ShortcutSyntaxIdeas
v7 v8 144 144 t = template_loader.get_template(template_name) 145 145 c = context(dictionary) 146 return t.render(c)146 return HttpResponse(t.render(c)) 147 147 }}}