Merge pull request #65 from dahn94/main
fix: removed duplicate FormView import in quiz/views.py
This commit is contained in:
commit
004d73273f
@ -8,7 +8,6 @@ from django.views.generic import (
|
||||
TemplateView,
|
||||
FormView,
|
||||
CreateView,
|
||||
FormView,
|
||||
UpdateView,
|
||||
)
|
||||
from django.contrib import messages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user