from django.urls import path from kolotoc import views urlpatterns = [ path("", views.formular,name="formular_kolotoc"), ]