diff options
Diffstat (limited to 'pgcommitfest/commitfest/views.py')
-rw-r--r-- | pgcommitfest/commitfest/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/views.py b/pgcommitfest/commitfest/views.py index 3a85f54..7c837f0 100644 --- a/pgcommitfest/commitfest/views.py +++ b/pgcommitfest/commitfest/views.py @@ -2,7 +2,6 @@ from django.shortcuts import render, get_object_or_404 from django.http import HttpResponse, HttpResponseRedirect from django.http import Http404, HttpResponseForbidden from django.views.decorators.csrf import csrf_exempt -from django.template import RequestContext from django.db import transaction, connection from django.db.models import Q from django.contrib import messages |