Add Terms of Service and tighten mobile public polish.
Route Cookie Preferences to /terms/, link analytics banner there, teal mobile nav, and give the contact form more side padding on small screens.
This commit is contained in:
@@ -8,6 +8,7 @@ urlpatterns = [
|
||||
path("", views.home, name="home"),
|
||||
path("about/", views.about, name="about"),
|
||||
path("contact/", views.contact, name="contact"),
|
||||
path("terms/", views.terms, name="terms"),
|
||||
path("robots.txt", views.robots_txt, name="robots_txt"),
|
||||
path("sitemap.xml", views.sitemap_xml, name="sitemap_xml"),
|
||||
path("under-construction/", views.under_construction, name="under_construction"),
|
||||
|
||||
Reference in New Issue
Block a user