1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 13:48:47 +02:00

Remove jquery dependency code (keep it for bootstrap-select)

This commit is contained in:
Emmy D'Anello
2023-02-20 16:55:30 +01:00
parent ea00657405
commit e156ed6111
18 changed files with 73 additions and 223 deletions

View File

@ -57,8 +57,6 @@ urlpatterns = [
name='solution'),
path('media/syntheses/<str:filename>/', SynthesisView.as_view(),
name='synthesis'),
path('', include('eastereggs.urls')),
]
if 'cas_server' in settings.INSTALLED_APPS: # pragma: no cover