X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ac58d34d34f2290f75e05b11c4c1919cec163375..d8393341a6f42f73578bacd7debb235ba470c05c:/src/wolnelektury/urls.py diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 3ba36dae9..d4a8ee157 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -46,6 +46,7 @@ urlpatterns += [ path('formularz/', include('forms_builder.forms.urls')), path('isbn/', include('isbn.urls')), path('messaging/', include('messaging.urls')), + path('re/', include('redirects.urls')), path('paypal/app-form/', RedirectView.as_view( url='/towarzystwo/?app=1', permanent=False)),