disable some warnings
This commit is contained in:
parent
1e01e76ac2
commit
2b3daa0227
4 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
''' customize the info available in context for rendering templates '''
|
||||
from bookwyrm import models
|
||||
|
||||
def site_settings(request):
|
||||
def site_settings(request):# pylint: disable=unused-argument
|
||||
''' include the custom info about the site '''
|
||||
return {
|
||||
'site': models.SiteSettings.objects.get()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue