Changes between Version 1 and Version 2 of Ticket #32681


Ignore:
Timestamp:
Apr 23, 2021, 7:35:21 PM (3 years ago)
Author:
Zain Patel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32681 – Description

    v1 v2  
    3939On second though - instead of hardcoding `subtitle` to None - potentially it should be a customisable option in the AdminSite itself, so:
    4040
     41{{{
    4142class MySite(AdminSite):
    4243  site_header = "blah"
    4344  subtitle = "my subtitle"
     45}}}
    4446
    4547?
Back to Top