added DisallowedHost logger, fixed broken link

This commit is contained in:
Xavier Fiechter 2024-03-23 09:00:29 +01:00
parent 5b9b6dd8f3
commit 3547f4b4b3
2 changed files with 6 additions and 3 deletions

View file

@ -82,7 +82,11 @@ LOGGING = {
'level': 'DEBUG',
'propagate': True,
},
}
},
'django.security.DisallowedHost': {
'handlers': ['null'],
'propagate': False,
},
}
# Application definition

View file

@ -114,9 +114,8 @@
class="card-img-top"
alt="..."
style="padding: 0.25em;">
<div class="card-body">
<p style="font-weight: 700;">Need more answers?<br>&nbsp;</p><p><a href="/faq">View the FAQ</a></p>
<p style="font-weight: 700;">Need more answers?<br>&nbsp;</p><p><a href="/knowledge-base/">View the Knowledge Base</a></p>
</div>
</div>
</div>