Skip to content
Snippets Groups Projects
Commit 268f8542 authored by Julian Rother's avatar Julian Rother
Browse files

Fixed import problem that only became apparent on debian

parent 0ad8cc94
No related branches found
No related tags found
No related merge requests found
...@@ -74,8 +74,6 @@ def evalperm(perms): ...@@ -74,8 +74,6 @@ def evalperm(perms):
return cperms return cperms
return [{'type': 'public'}] return [{'type': 'public'}]
from template_helper import *
app.jinja_env.globals['navbar'] = [] app.jinja_env.globals['navbar'] = []
# iconlib can be 'bootstrap' # iconlib can be 'bootstrap'
# ( see: http://getbootstrap.com/components/#glyphicons ) # ( see: http://getbootstrap.com/components/#glyphicons )
...@@ -94,6 +92,8 @@ from ldap import ldapauth ...@@ -94,6 +92,8 @@ from ldap import ldapauth
from legacy import legacy_index from legacy import legacy_index
from scheduler import sched_func from scheduler import sched_func
from template_helper import *
def render_endpoint(endpoint, flashtext=None, **kargs): def render_endpoint(endpoint, flashtext=None, **kargs):
if flashtext: if flashtext:
flash(flashtext) flash(flashtext)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment