Commit aee90014 authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Created a URL pattern on which the Contact/views/ is mapped

parent 2391478b
from django.urls import path
from . import views
urlpatterns = [
path('', views.indexContact, name="indexContact"),
]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment