mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
rename VERDANT_SITE_NAME to WAGTAIL_SITE_NAME (and remove todo note - there's no way to pass in a name that's particularly better than the settings file)
This commit is contained in:
parent
60b7cd2411
commit
eb354a1147
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def home(request):
|
|||
fn(request, panels)
|
||||
|
||||
return render(request, "wagtailadmin/home.html", {
|
||||
'site_name': settings.VERDANT_SITE_NAME,
|
||||
'site_name': settings.WAGTAIL_SITE_NAME,
|
||||
'panels': sorted(panels, key=lambda p: p.order),
|
||||
'user':request.user
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue