feat: Enhances admin interface branding
Updates the admin site header to "Synapse Registration Administration" to improve the branding of the admin interface, enhancing the user experience for administrators.
This commit is contained in:
parent
1df6ab0f4d
commit
0817c9ceb0
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ from django.contrib import admin
|
|||
|
||||
from .models import UserRegistration
|
||||
|
||||
admin.site.site_header = "Synapse Registration Administration"
|
||||
|
||||
|
||||
@admin.register(UserRegistration)
|
||||
class UserRegistrationAdmin(admin.ModelAdmin):
|
||||
|
|
Loading…
Reference in a new issue