Changes between Version 7 and Version 8 of ShortcutSyntaxIdeas


Ignore:
Timestamp:
Sep 21, 2005, 12:12:40 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ShortcutSyntaxIdeas

    v7 v8  
    144144    t = template_loader.get_template(template_name)
    145145    c = context(dictionary)
    146     return t.render(c)
     146    return HttpResponse(t.render(c))
    147147}}}
Back to Top