feat(url): add /donate as alias to /tips
This commit is contained in:
parent
277342140c
commit
9945101e1e
1 changed files with 1 additions and 0 deletions
|
@ -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"),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue