diff --git a/atst/app.py b/atst/app.py index de5687f2..a9e95c32 100644 --- a/atst/app.py +++ b/atst/app.py @@ -64,7 +64,7 @@ def make_flask_callbacks(app): } @app.template_filter('iconSvg') - def iconSvg(name): + def _iconSvg(name): with open('static/icons/'+name+'.svg') as contents: return contents.read()