Fix some tests from b1c406680f

This commit is contained in:
shamoon
2025-08-16 07:53:48 -07:00
parent b6dbbec019
commit 0ccc2da9bb
4 changed files with 30 additions and 21 deletions

View File

@@ -265,7 +265,7 @@ urlpatterns = [
# TODO: with localization, this is even worse! :/
),
# App logo
path("logo/<path:filename>", serve_logo, name="app_logo"),
re_path(r"^logo(?:/(?P<filename>.+))?/?$", serve_logo, name="app_logo"),
# allauth
path(
"accounts/",