We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab17da commit c8628e9Copy full SHA for c8628e9
server/djangoproj/urls.py
@@ -26,5 +26,6 @@
26
path('about/', TemplateView.as_view(template_name="About.html")),
27
path('contact/', TemplateView.as_view(template_name="Contact.html")),
28
path('login/', TemplateView.as_view(template_name="index.html")),
29
+
30
path('register/', TemplateView.as_view(template_name="index.html")),
31
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
0 commit comments