merge button colors
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user