mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
added DisallowedHost logger, fixed broken link
This commit is contained in:
parent
5b9b6dd8f3
commit
3547f4b4b3
2 changed files with 6 additions and 3 deletions
|
|
@ -82,7 +82,11 @@ LOGGING = {
|
|||
'level': 'DEBUG',
|
||||
'propagate': True,
|
||||
},
|
||||
}
|
||||
},
|
||||
'django.security.DisallowedHost': {
|
||||
'handlers': ['null'],
|
||||
'propagate': False,
|
||||
},
|
||||
}
|
||||
|
||||
# Application definition
|
||||
|
|
|
|||
|
|
@ -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> </p><p><a href="/faq">View the FAQ</a></p>
|
||||
<p style="font-weight: 700;">Need more answers?<br> </p><p><a href="/knowledge-base/">View the Knowledge Base</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue