diff --git a/apps/gnous_eu/urls.py b/apps/gnous_eu/urls.py index 7e2f4a3..e88a0a1 100644 --- a/apps/gnous_eu/urls.py +++ b/apps/gnous_eu/urls.py @@ -9,5 +9,6 @@ urlpatterns = [ path("", TemplateView.as_view(template_name="index.html"), name="index"), path("about", PartnersView.index, name="about"), path("tips", TemplateView.as_view(template_name="tips.html"), name="tips"), + path("donate", TemplateView.as_view(template_name="tips.html"), name="tips"), path("services", ServicesView.index, name="services"), ]