Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Commits
d4fecd37
Commit
d4fecd37
authored
4 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Doc: Přesun stávající dokumentace do top-level adresáře
Dokumentace je přístupná i bez přihlášení.
parent
b3d00a25
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
mo/web/org_contest.py
+5
-5
5 additions, 5 deletions
mo/web/org_contest.py
mo/web/templates/doc_import_contest.html
+0
-0
0 additions, 0 deletions
mo/web/templates/doc_import_contest.html
mo/web/templates/doc_import_proctor.html
+0
-0
0 additions, 0 deletions
mo/web/templates/doc_import_proctor.html
with
5 additions
and
5 deletions
mo/web/org_contest.py
+
5
−
5
View file @
d4fecd37
...
@@ -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
'
)
This diff is collapsed.
Click to expand it.
mo/web/templates/
org_contest
_import_
help
.html
→
mo/web/templates/
doc
_import_
contest
.html
+
0
−
0
View file @
d4fecd37
File moved
This diff is collapsed.
Click to expand it.
mo/web/templates/
org_proctor
_import_
help
.html
→
mo/web/templates/
doc
_import_
proctor
.html
+
0
−
0
View file @
d4fecd37
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment