You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is how the titles are recorded in OCLC, but we can alter the essay titles to match the weirdly capitalized versions if we want to make sure everything is the same
We can use the django template {{ title.display_name|title }} to haphazardly apply upcasing (it doesn't selectively leave out ofand and other words). It seems like this could be done mostly in overrides like our override for __l_newspaper.html but it might not be easily done throughout the site in the RSS / XML / JSON / etc pages
The text was updated successfully, but these errors were encountered: