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
Branches
No related tags found
No related merge requests found
...@@ -325,9 +325,9 @@ def org_contest_import(id: int): ...@@ -325,9 +325,9 @@ def org_contest_import(id: int):
) )
@app.route('/org/contest/import/help.html') @app.route('/doc/import_contest')
def org_contest_import_help(): def doc_import_contest():
return render_template('org_contest_import_help.html') return render_template('doc_import_contest.html')
@app.route('/org/contest/import/sablona.csv') @app.route('/org/contest/import/sablona.csv')
...@@ -491,6 +491,6 @@ def org_proctor_import_template(): ...@@ -491,6 +491,6 @@ def org_proctor_import_template():
return resp return resp
@app.route('/org/contest/import/help-dozor.html') @app.route('/doc/import-dozor')
def org_proctor_import_help(): 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