You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
How do you change the default page header of the password reset form? I did something like below but the default page still doesn't change.
admin.site.site_header = "testing"
Mike Dewhirst
unread,
Jan 1, 2020, 5:21:30 PM1/1/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
On 2/01/2020 9:12 am, sum abiut wrote:
> How do you change the default page header of the password reset form?
> I did something like below but the default page still doesn't change.
You need an admin template ... project/templates/admin/base-site.html
... which extends admin/base-site.html
Any blocks with the same name as the blocks in the extended template
will replace those blocks.