add extension so that break from loop works
This commit is contained in:
1
main.py
1
main.py
@@ -56,6 +56,7 @@ def ClearJM_Message(id):
|
|||||||
|
|
||||||
####################################### GLOBALS #######################################
|
####################################### GLOBALS #######################################
|
||||||
# allow jinja2 to call these python functions directly
|
# allow jinja2 to call these python functions directly
|
||||||
|
app.jinja_env.add_extension('jinja2.ext.loopcontrols')
|
||||||
app.jinja_env.globals['ClearStatus'] = st.ClearStatus
|
app.jinja_env.globals['ClearStatus'] = st.ClearStatus
|
||||||
app.jinja_env.globals['GetAlert'] = st.GetAlert
|
app.jinja_env.globals['GetAlert'] = st.GetAlert
|
||||||
app.jinja_env.globals['GetMessage'] = st.GetMessage
|
app.jinja_env.globals['GetMessage'] = st.GetMessage
|
||||||
|
|||||||
Reference in New Issue
Block a user