merge button colors

This commit is contained in:
Artyom Kravchenko
2021-04-14 10:35:47 +03:00
4 changed files with 113 additions and 22 deletions

View File

@@ -36,8 +36,9 @@ urlpatterns = [
path('work/become_engineer/', work_become_engineer, name="work_become_engineer"),
path('accounts/login/', include('django.contrib.auth.urls')),
path('control/', AdminPageView.as_view(), name='control'),
path('statistic/', statistic_page, name='statistic')
]
path('statistic/', statistic_page, name='statistic'),
]
urlpatterns += [
path(