Added tmp links to month tables
This commit is contained in:
@@ -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'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user