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
Merge requests
!75
Upload zadání
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Upload zadání
mj/edit-statement
into
devel
Overview
0
Commits
3
Changes
3
Merged
Martin Mareš
requested to merge
mj/edit-statement
into
devel
4 years ago
Overview
0
Commits
3
Changes
3
Implementace issue
#37 (closed)
.
0
0
Merge request reports
Viewing commit
73e6c50a
Prev
Next
Show latest version
3 files
+
70
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
73e6c50a
Správce kola může nahrát soubor se zadáním
· 73e6c50a
Martin Mareš
authored
4 years ago
mo/web/templates/org_edit_statement.html
0 → 100644
+
12
−
0
View file @ 9b94de78
Edit in single-file editor
Open in Web IDE
{% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %}
{% block title %}Zadání kola {{ round.round_code() }}{% endblock %}
{% block breadcrumbs %}
{{ contest_breadcrumbs(round=round, action="Zadáni") }}
{% endblock %}
{% block body %}
{{ wtf.quick_form(form, form_type='horizontal', button_map={'upload': 'primary', 'delete': 'danger'}) }}
{% endblock %}
Loading