add an about page (and some mroe tests)
This commit is contained in:
@@ -158,6 +158,7 @@ urlpatterns = [
|
||||
path("cookies/", include("cookie_consent.urls")),
|
||||
#path("cookies/", include("cookie_consent.urls")),
|
||||
path("privacy/", views.privacy_view, name="privacy"),
|
||||
path("about/", views.about_view, name="about"),
|
||||
# path('select2/', include('select2.urls')),
|
||||
*HTMXAutoComplete.url_dispatcher('ac'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user