Bao's 1st commit
This commit is contained in:
parent
abe5b5eb92
commit
36feaf1576
1 changed files with 1 additions and 10 deletions
|
@ -59,16 +59,7 @@
|
||||||
{{user.user.first_name}}{% if user.user.last_name %} ({{user.user.last_name}}){% endif %}
|
{{user.user.first_name}}{% if user.user.last_name %} ({{user.user.last_name}}){% endif %}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% with orgs=user.organizations.all() %}
|
|
||||||
{% if orgs %}
|
|
||||||
<p style="margin-top: 0"><i class="fa fa-university"></i> {{ _('From') }}
|
|
||||||
{% for org in orgs -%}
|
|
||||||
<a href="{{ org.get_absolute_url() }}">{{ org.name }}</a>
|
|
||||||
{%- if not loop.last %}, {% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</p>
|
|
||||||
{% endif %}
|
|
||||||
{% endwith %}
|
|
||||||
{% if perms.judge.change_profile %}
|
{% if perms.judge.change_profile %}
|
||||||
{% with notes=user.notes %}
|
{% with notes=user.notes %}
|
||||||
{% if notes %}
|
{% if notes %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue