from django.urls import path from . import views urlpatterns = [ path('submit', views.submit, name='markup_submit'), ]