Fix missing import
This commit is contained in:
parent
d76005fd56
commit
68b960442f
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ from django.views.generic import TemplateView, UpdateView, CreateView, DeleteVie
|
|||
from django.contrib.auth.mixins import LoginRequiredMixin
|
||||
from django.urls import reverse_lazy
|
||||
from django.utils import timezone
|
||||
from django.http.response import HttpResponseRedirect
|
||||
|
||||
from core.models.keys import Key
|
||||
|
||||
|
|
Loading…
Reference in a new issue