From: Seth Woodworth Date: Thu, 10 Jan 2013 21:00:55 +0000 (-0500) Subject: clean whitespace X-Git-Tag: release-20150131~571 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=94d23d0886cff8796f1e22c93281fb650de1e9ae;p=oweals%2Fkarmaworld.git clean whitespace --- diff --git a/karmaworld/apps/courses/views.py b/karmaworld/apps/courses/views.py index 3be3dba..d49dd2b 100644 --- a/karmaworld/apps/courses/views.py +++ b/karmaworld/apps/courses/views.py @@ -7,5 +7,3 @@ class CourseDetailView(DetailView): # name passed to template context_object_name = u"course" model = Course - -