added sign-up, tweaked jinja macro flashes and message display

This commit is contained in:
Xevion
2019-07-02 14:10:11 -05:00
parent 60c499d471
commit 3cc7e46aaf
8 changed files with 177 additions and 78 deletions

View File

@@ -15,4 +15,5 @@ login.login_view = 'login'
db = SQLAlchemy(app)
migrate = Migrate(app, db)
from app import routes, models
from app import routes, models
app.jinja_env.globals.update(get_hidden=routes.get_hidden)