Skip to content

Commit

Permalink
activist-org#976 basic renames of site and index for backend admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Sep 25, 2024
1 parent 3fa8c35 commit 4bf04cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/backend/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from django.contrib import admin

admin.site.site_header = "activist administration"
admin.site.site_title = "activist admin"
admin.site.index_title = "Backend administration"

0 comments on commit 4bf04cb

Please sign in to comment.