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

A silly typo

parent 32418733
Branches
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ school_export_columns = ( ...@@ -79,7 +79,7 @@ school_export_columns = (
@app.route('/org/export/schools') @app.route('/org/export/schools')
def org_export_shools(): def org_export_schools():
sess = db.get_session() sess = db.get_session()
format = request.args.get('format', 'en_csv') format = request.args.get('format', 'en_csv')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment