initial
This commit is contained in:
7
contact/urls.py
Normal file
7
contact/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
from contact.views import *
|
||||
|
||||
urlpatterns = [
|
||||
path('contact-us/', contactPageFront, name='contactPageFront'),
|
||||
path('contact/', ContactSubmit, name='ContactSubmit'),
|
||||
]
|
||||
Reference in New Issue
Block a user