Wtower / django-ninecms

Nine CMS is a simple Django app to manage content. Users can create content and publish it to various paths.
BSD 3-Clause "New" or "Revised" License
42 stars 6 forks source link

Move site name and author from settings to templates #67

Closed Wtower closed 2 years ago

Wtower commented 7 years ago

Remove the site name and author settings that are used in render.py and displayed as context in base.html. Use template blocks instead.