Convert ui methods into Flask globals

This commit is contained in:
richard-dds
2018-08-01 11:22:21 -04:00
parent 6a5d3d57cf
commit 29c68151de
4 changed files with 42 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
from flask import Blueprint, render_template
from flask import Blueprint, render_template, g
bp = Blueprint("atst", __name__)