Added tmp links to month tables

This commit is contained in:
2022-07-14 16:49:49 +03:00
parent 35398809ce
commit 6afe30ed42
5 changed files with 19 additions and 4 deletions
+1
View File
@@ -5,5 +5,6 @@ from . import views
urlpatterns = [
path('', views.index, name='index'),
path('<int:year>', views.year_page, name='index'),
path('<int:year>/<int:month>/<int:day>', views.day_page, name='index'),
]