projects
/
pgeu-system.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa30d9
)
Remove unused import
author
Magnus Hagander
<magnus@hagander.net>
Wed, 21 Aug 2024 15:32:28 +0000
(17:32 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 21 Aug 2024 15:32:55 +0000
(17:32 +0200)
postgresqleu/confwiki/forms.py
patch
|
blob
|
blame
|
history
diff --git
a/postgresqleu/confwiki/forms.py
b/postgresqleu/confwiki/forms.py
index 60b6203e9210468697a05775763a6f8876044688..2bcebdcb79d2ff8fa8ffe208d46a0f9447852457 100644
(file)
--- a/
postgresqleu/confwiki/forms.py
+++ b/
postgresqleu/confwiki/forms.py
@@
-3,7
+3,7
@@
from django.core.exceptions import ValidationError
from django.db.models import Q
from postgresqleu.util.forms import ConcurrentProtectedModelForm
-from postgresqleu.util.widgets import
EmailTextWidget,
MonospaceTextarea
+from postgresqleu.util.widgets import MonospaceTextarea
from postgresqleu.confreg.models import RegistrationType, ConferenceRegistration
from .models import Wikipage, Signup, AttendeeSignup