add urlpatterns /statistik and /country?urlaub
This commit is contained in:
parent
c3400de90c
commit
927ba9262c
@ -25,4 +25,6 @@ from . import views
|
|||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('', views.index, name='index'),
|
path('', views.index, name='index'),
|
||||||
|
path('statistik', views.statistic, name='statistic'),
|
||||||
|
path('<str:country>', views.country, name='country'),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user