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
!78
UI pro nastavení testovacích účtů
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
UI pro nastavení testovacích účtů
jk/issue-194
into
devel
Overview
0
Commits
2
Changes
3
Merged
UI pro nastavení testovacích účtů
Jiří Kalvoda
requested to merge
jk/issue-194
into
devel
Jun 11, 2021
Overview
0
Commits
2
Changes
3
Closes
#194 (closed)
0
0
Merge request reports
Viewing commit
b1bb9a1f
Prev
Next
Show latest version
3 files
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
b1bb9a1f
UI pro nastavení testovacích účtů
· b1bb9a1f
Jiří Kalvoda
authored
Jun 11, 2021
Closes
#194
mo/web/templates/org_org.html
+
1
−
0
View file @ b1bb9a1f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -13,6 +13,7 @@
<tr><td>
Poslední přihlášení:
<td>
{{ user.last_login_at|timeformat }}
{% if user.reset_at %}
<tr><td>
Reset hesla:
<td>
{{ user.reset_at|timeformat }}{% endif %}
<tr><td>
Poznámka:
<td
style=
"white-space: pre-line;"
>
{{ user.note }}
<tr><td>
Testovací účet:
<td>
{{ user.is_test|yes_no }}
</table>
<div
class=
"btn-group"
role=
"group"
>
Loading