fix: removed duplicate FormView import in quiz/views.py
This commit is contained in:
parent
8ca94a2f58
commit
c50bdec8b4
@ -8,7 +8,6 @@ from django.views.generic import (
|
|||||||
TemplateView,
|
TemplateView,
|
||||||
FormView,
|
FormView,
|
||||||
CreateView,
|
CreateView,
|
||||||
FormView,
|
|
||||||
UpdateView,
|
UpdateView,
|
||||||
)
|
)
|
||||||
from django.contrib import messages
|
from django.contrib import messages
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user