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

Doc: Přesun stávající dokumentace do top-level adresáře

Dokumentace je přístupná i bez přihlášení.
parent b3d00a25
No related branches found
No related tags found
No related merge requests found
......@@ -325,9 +325,9 @@ def org_contest_import(id: int):
)
@app.route('/org/contest/import/help.html')
def org_contest_import_help():
return render_template('org_contest_import_help.html')
@app.route('/doc/import_contest')
def doc_import_contest():
return render_template('doc_import_contest.html')
@app.route('/org/contest/import/sablona.csv')
......@@ -491,6 +491,6 @@ def org_proctor_import_template():
return resp
@app.route('/org/contest/import/help-dozor.html')
@app.route('/doc/import-dozor')
def org_proctor_import_help():
return render_template('org_proctor_import_help.html')
return render_template('doc_import_proctor')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment