You've already forked snikket-web-portal
Make title red if running in debug
This (a) helps developers to not accidentally their production server and (b) deters user from letting it run that way for long.
This commit is contained in:
@@ -48,6 +48,7 @@ async def proc() -> typing.Dict[str, typing.Any]:
|
||||
"text_to_css": colour.text_to_css,
|
||||
"lang": infra.selected_locale(),
|
||||
"user_info": user_info,
|
||||
"is_in_debug_mode": current_app.debug,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user