Change admin site header
This commit is contained in:
parent
70efe386ec
commit
71e0537400
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ from django.urls import path, include
|
|||
|
||||
from manuels.views import HomePageView
|
||||
|
||||
admin.site.site_header = 'Manuels scolaires - Administration'
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('', HomePageView.as_view(), name='home_page'),
|
||||
|
|
Loading…
Reference in a new issue