1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
4 from django.urls import path
9 path('wyslij/', views.notification_form, name='notification_form'),
10 path('wyslane/', views.notification_sent, name='notification_sent'),