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
44088797
Commit
44088797
authored
2 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Výpis rolí: 0 nevypisujeme jako "*"
parent
889e7469
No related branches found
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_org.html
+3
-3
3 additions, 3 deletions
mo/web/templates/org_org.html
with
3 additions
and
3 deletions
mo/web/templates/org_org.html
+
3
−
3
View file @
44088797
...
@@ -75,9 +75,9 @@ Podobně <code>S</code> znamená všechny středoškolské kategorie <code>A</co
...
@@ -75,9 +75,9 @@ Podobně <code>S</code> znamená všechny středoškolské kategorie <code>A</co
<tr>
<tr>
<td>
{{ roles_by_type[role.role].name }}
<td>
{{ roles_by_type[role.role].name }}
<td><a
href=
"{{ url_for('org_place', id=role.place_id) }}"
>
{{ role.place.type_name() + ": " + role.place.name or '*' }}
</a>
<td><a
href=
"{{ url_for('org_place', id=role.place_id) }}"
>
{{ role.place.type_name() + ": " + role.place.name or '*' }}
</a>
<td>
{{ role.year
or
'*' }}
<td>
{{ role.year
if role.year != None else
'*' }}
<td>
{{ role.category
or
'*' }}
<td>
{{ role.category
if role.category != None else
'*' }}
<td>
{{ role.seq
or
'*' }}
<td>
{{ role.seq
if role.seq != None else
'*' }}
<td>
{% if role.assigned_by_user %}{{ role.assigned_by_user|user_link }}{% else %}systém{% endif %}
<td>
{% if role.assigned_by_user %}{{ role.assigned_by_user|user_link }}{% else %}systém{% endif %}
<td>
<td>
<div
class=
'btn-group'
>
<div
class=
'btn-group'
>
...
...
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