Skip to content
Snippets Groups Projects
Commit 06964c67 authored by Martin Mareš's avatar Martin Mareš
Browse files

App: Avoid blank lines in formatted HTML

parent 3d8fabbb
Branches
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ import dateutil.tz
app = Flask(__name__)
app.config.from_pyfile('config.py')
app.jinja_env.lstrip_blocks = True
app.jinja_env.trim_blocks = True
### Database connection ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment