mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-04 21:06:20 -05:00
Fix some tests from b1c406680f
This commit is contained in:
@@ -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/",
|
||||
|
Reference in New Issue
Block a user