Skip to content
Snippets Groups Projects
Verified Commit e73a55fa authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix missing import.

parent ad9fd7b1
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ from django.contrib.auth.decorators import login_required ...@@ -5,6 +5,7 @@ from django.contrib.auth.decorators import login_required
from django.db.models import Count, Exists, OuterRef, Q, Sum from django.db.models import Count, Exists, OuterRef, Q, Sum
from django.http import Http404, HttpRequest, HttpResponse from django.http import Http404, HttpRequest, HttpResponse
from django.shortcuts import render from django.shortcuts import render
from django.urls import reverse
from django.utils.translation import ugettext as _ from django.utils.translation import ugettext as _
from django.views.decorators.cache import cache_page from django.views.decorators.cache import cache_page
......
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