mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Move contrast checking into Python
Change banner size dependent on group content Tidy up inline JS for some files Correct spelling
This commit is contained in:
parent
cdb3836dab
commit
2b795e520f
21 changed files with 194 additions and 164 deletions
|
@ -67,7 +67,6 @@ def create_app(test_config=None):
|
|||
assets.register('js_all', js_scripts)
|
||||
|
||||
# Error handlers
|
||||
|
||||
@app.errorhandler(Exception)
|
||||
def error_page(err):
|
||||
# If the error is a HTTP error, return the error page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue