Rewrite contest UI
This commit is contained in:
parent
6c9551e089
commit
756023a097
20 changed files with 191 additions and 254 deletions
|
@ -48,9 +48,7 @@ from django.urls import reverse_lazy
|
|||
from django.utils.http import urlencode
|
||||
|
||||
DEFAULT_SELECT2_JS = settings.STATIC_URL + "libs/select2/select2.js"
|
||||
DEFAULT_SELECT2_CSS = settings.STATIC_URL + (
|
||||
"libs/select2/select2.css"
|
||||
)
|
||||
DEFAULT_SELECT2_CSS = settings.STATIC_URL + ("libs/select2/select2.css")
|
||||
|
||||
__all__ = [
|
||||
"Select2Widget",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue