1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 23:58:24 +02:00

Fix tests

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-07-05 12:48:47 +02:00
parent dd397ae7c0
commit 8b3f3af2b9
3 changed files with 16 additions and 16 deletions

View File

@ -18,8 +18,8 @@ Including another URLconf
"""
from django.conf import settings
from django.contrib import admin
from django.utils.translation import gettext_lazy as _
from django.urls import include, path
from django.utils.translation import gettext_lazy as _
from django.views.defaults import bad_request, page_not_found, permission_denied, server_error
from django.views.generic import TemplateView
from participation.views import MotivationLetterView