Don't need both name and preview
This commit is contained in:
parent
515d5bb237
commit
346d718265
5 changed files with 29 additions and 34 deletions
|
@ -6,5 +6,5 @@ def site_settings(request): # pylint: disable=unused-argument
|
|||
"""include the custom info about the site"""
|
||||
return {
|
||||
"site": models.SiteSettings.objects.get(),
|
||||
"announcements": models.Announcement.active_announcements(),
|
||||
"active_announcements": models.Announcement.active_announcements(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue