Remove unused popup system and jquery-ui

This commit is contained in:
2025-06-15 17:08:44 +02:00
parent 42434d10ca
commit 17129af1bb
19 changed files with 56 additions and 231 deletions

View File

@ -146,7 +146,7 @@ class TestUserProfilePicture:
return client.post(
reverse(
"core:file_delete",
kwargs={"file_id": user.profile_pict.pk, "popup": ""},
kwargs={"file_id": user.profile_pict.pk},
query={"next": user.get_absolute_url()},
),
)