From: Brett Parker Date: Fri, 23 Jun 2017 08:56:41 +0000 (+0100) Subject: Make sure that the css view works X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/commitdiff_plain/79a1cfe913b35fecb0c21701fe63e256ae4184f9 Make sure that the css view works --- diff --git a/sommitrealweird/bpcms/views.py b/sommitrealweird/bpcms/views.py index 0396bf8..601fb15 100644 --- a/sommitrealweird/bpcms/views.py +++ b/sommitrealweird/bpcms/views.py @@ -1,5 +1,5 @@ from bpcms.models import CSSDocument, Document, Folder -from django.http import Http404 +from django.http import Http404, HttpResonse from django.shortcuts import render from django.template import RequestContext, loader