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
fcab8b9b
Commit
fcab8b9b
authored
1 year ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Stránka soutěže: Tlačítko s přímým odkazem na editaci bodů
parent
f0596e2a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mo/web/templates/org_contest.html
+3
-0
3 additions, 0 deletions
mo/web/templates/org_contest.html
with
3 additions
and
0 deletions
mo/web/templates/org_contest.html
+
3
−
0
View file @
fcab8b9b
...
@@ -72,6 +72,9 @@
...
@@ -72,6 +72,9 @@
{% if can_view_submits and state != RoundState.preparing %}
{% if can_view_submits and state != RoundState.preparing %}
<a
class=
"btn btn-primary"
href=
'{{ ctx.url_for('
org_contest_solutions
')
}}'
>
Odevzdaná řešení
</a>
<a
class=
"btn btn-primary"
href=
'{{ ctx.url_for('
org_contest_solutions
')
}}'
>
Odevzdaná řešení
</a>
{% endif %}
{% endif %}
{% if can_edit_points and state != RoundState.preparing %}
<a
class=
"btn btn-primary"
href=
'{{ ctx.url_for('
org_contest_solutions_edit
')
}}'
>
Zadat body
</a>
{% endif %}
{% if not site and can_manage %}
{% if not site and can_manage %}
<a
class=
"btn btn-default"
href=
"{{ ctx.url_for('org_contest_add_user') }}"
>
Přidat účastníka
</a>
<a
class=
"btn btn-default"
href=
"{{ ctx.url_for('org_contest_add_user') }}"
>
Přidat účastníka
</a>
{% endif %}
{% endif %}
...
...
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