Skip to content

Commit

Permalink
Fix: Change admin site title
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Apr 9, 2024
1 parent ac98954 commit 48ea6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customadminsite/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MyAdminSite(AdminSite):

login_form = AuthenticationForm

site_header = 'Dataspace Administration'
site_header = 'CRANE d-HDSI Dataspace'

def has_permission(self, request):
"""
Expand Down

0 comments on commit 48ea6f1

Please sign in to comment.