Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c-goes committed Dec 15, 2019
1 parent 59fa773 commit 12109b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctfdbapi/app_register/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def download():
attending = AttendingTeam.query.filter_by(event=event, team=team).first()


return flask.render_template('teams.html', attending=attending, running=running)
return flask.render_template('download.html', attending=attending, running=running)


@app.route('/download_file/<name>/', methods=['GET'])
Expand Down

0 comments on commit 12109b0

Please sign in to comment.