Skip to content
Snippets Groups Projects
Unverified Commit b270dc2d authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add missing import.

parent 9b30b1ab
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from typing import Callable
from django.contrib.auth.decorators import login_required
from django.conf import settings
from django.http import Http404, HttpRequest, HttpResponse
from django.shortcuts import render
from django.shortcuts import get_object_or_404, render
from django_tables2 import RequestConfig
from django.utils.translation import ugettext_lazy as _
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment