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
MO-P
Odevzdávací Systém MO
Merge requests
!106
Project 'mj/mo-submit' was moved to 'mo-p/osmo'. Please update any links and bookmarks that may still have the old path.
Účastníkům při výběru školy nezobrazujeme skrytá místa
代码
评审变更
检出分支
下载
补丁
文本差异
展开侧边栏
Merged
Účastníkům při výběru školy nezobrazujeme skrytá místa
jk/hidden-place
into
devel
Overview
9
Commits
6
Changes
2
All threads resolved!
Hide all comments
Merged
Účastníkům při výběru školy nezobrazujeme skrytá místa
Jiří Kalvoda
requested to merge
jk/hidden-place
into
devel
Nov 20, 2021
Overview
9
Commits
6
Changes
2
All threads resolved!
Hide all comments
Closes
#253 (closed)
0
0
Merge request reports
Viewing commit
0a4a6240
Prev
Next
Show latest version
2 files
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
0a4a6240
UI Pro nastavení příznaku skryté místo
· 0a4a6240
Jiří Kalvoda
authored
Nov 20, 2021
mo/web/templates/org_place.html
+
1
−
0
View file @ 1cb9f9b9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -18,6 +18,7 @@
<tr><td>
NUTS/LAU:
<td>
{{ place.nuts or '–' }}
{% endif %}
<tr><td>
Poznámka:
<td>
{{ place.note or '–' }}
<tr><td>
Skryté:
<td><div
class=
"{% if place.hidden %}warning-text{% endif %}"
>
{{ place.hidden | yes_no }}
</div>
</table>
<div
class=
"btn-group"
role=
"group"
>
{% if can_edit %}
Loading