Convert ui methods into Flask globals
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from flask import Blueprint, render_template
|
||||
from flask import Blueprint, render_template, g
|
||||
|
||||
bp = Blueprint("atst", __name__)
|
||||
|
||||
|
Reference in New Issue
Block a user