- url(r'^wyslij/$', views.notification_form, name='notification_form'),
- url(r'^wyslane/$', views.notification_sent, name='notification_sent'),
+ path('wyslij/', views.notification_form, name='notification_form'),
+ path('wyslane/', views.notification_sent, name='notification_sent'),