0.2.0 project request form

This commit is contained in:
SDE
2023-12-09 14:10:14 +03:00
parent 60a5d3e5cd
commit cfd649b21b
5 changed files with 121 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ from .views import *
urlpatterns = [
path('section/<str:url>/', section_view, name='section_page'),
path('project_request/', page_project_request_View, name='page_project_request'),
# path('page/<str:url>/', StaticPageView, name='static_page'),
# path('test_code', test_code, name='test_code'),
]