Fixed typo

This commit is contained in:
Felipe Martín 2015-05-04 20:50:14 +02:00
parent 4e225c5ad8
commit 3fc2c4948f
1 changed files with 1 additions and 1 deletions

View File

@ -99,5 +99,5 @@ class RSSView(View):
template = get_template(self.template)
return HttpResponse(
template.render(context),
mimetype='text/xml'
content_type='text/xml'
)