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
2744d221
Commit
2744d221
authored
4 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Stránka s detaily účtu uvádí i timestampy
Closes
#133
.
parent
2b52127e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mo/web/templates/org_org.html
+9
-6
9 additions, 6 deletions
mo/web/templates/org_org.html
mo/web/templates/org_user.html
+3
-0
3 additions, 0 deletions
mo/web/templates/org_user.html
with
12 additions
and
6 deletions
mo/web/templates/org_org.html
+
9
−
6
View file @
2744d221
...
...
@@ -4,12 +4,15 @@
{% block body %}
<table
class=
data
>
<tr><td>
Jméno:
</td><td>
{{ user.first_name }}
</td></tr>
<tr><td>
Příjmení:
</td><td>
{{ user.last_name }}
</td></tr>
<tr><td>
E-mail:
</td><td><a
href=
"mailto:{{ user.email }}"
>
{{ user.email }}
</a></td></tr>
{% if user.is_admin %}
<tr><td>
Správce:
</td><td>
ano
</td></tr>
{% endif %}
{% if user.is_org %}
<tr><td>
Organizátor:
</td><td>
ano
</td></tr>
{% endif %}
<tr><td>
Poznámka:
</td><td
style=
"white-space: pre;"
>
{{ user.note }}
</td></tr>
<tr><td>
Jméno:
<td>
{{ user.first_name }}
<tr><td>
Příjmení:
<td>
{{ user.last_name }}
<tr><td>
E-mail:
<td><a
href=
"mailto:{{ user.email }}"
>
{{ user.email }}
</a>
{% if user.is_admin %}
<tr><td>
Správce:
<td>
ano{% endif %}
{% if user.is_org %}
<tr><td>
Organizátor:
<td>
ano{% endif %}
<tr><td>
Účet založen:
<td>
{{ user.created_at|timeformat }}
<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;"
>
{{ user.note }}
</table>
{% if can_edit %}
...
...
This diff is collapsed.
Click to expand it.
mo/web/templates/org_user.html
+
3
−
0
View file @
2744d221
...
...
@@ -9,6 +9,9 @@
<tr><td>
E-mail:
<td><a
href=
"mailto:{{ user.email }}"
>
{{ user.email }}
</a>
{% if user.is_admin %}
<tr><td>
Správce:
<td>
ano{% endif %}
{% if user.is_org %}
<tr><td>
Organizátor:
<td>
ano{% endif %}
<tr><td>
Účet založen:
<td>
{{ user.created_at|timeformat }}
<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;"
>
{{ user.note }}
</table>
...
...
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