fix live test

This commit is contained in:
Tom Irgang 2023-08-31 18:43:58 +02:00
parent 68a282336f
commit 667ede0e27

View file

@ -17,6 +17,6 @@ urlpatterns = [
if settings.DEBUG or sys.argv[1:2] == ['test']:
logging.info('one_time_login: enable protected test URL')
urlpatterns += [
urlpatterns = [
path("protected/", views.protected_test, name="protected"),
]
] + urlpatterns