~panosl/django-multilingual/trunk-1

« back to all changes in this revision

Viewing changes to multilingual/flatpages/views.py

  • Committer: joost at cassee
  • Date: 2008-10-27 14:39:44 UTC
  • Revision ID: svn-v4:7f4da543-ba27-0410-bf1f-6504834a333d:trunk:143
No functional changes. Set eol-style to native. Fixed-up whitespace.
Patch from Florian Sening.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    response = HttpResponse(t.render(c))
51
51
    populate_xheaders(request, response, MultilingualFlatPage, f.id)
52
52
    return response
53