Ekipa tab restructuring, downloaded file names are now codes.
This commit is contained in:
@@ -128,8 +128,26 @@
|
||||
</div>
|
||||
</div>-->
|
||||
<div class="row">
|
||||
PLACEHOLDER - GRAF SODELOVANJA
|
||||
</div>
|
||||
{% set vars = {'prev_schoolyear': ''} %}
|
||||
{% for item in cooperation_history %}
|
||||
{% if item.school_year != vars.prev_schoolyear %}
|
||||
<div class="row">
|
||||
<b>Šolsko leto {{item.school_year}}</b>
|
||||
</div>
|
||||
{% if vars.update({'prev_schoolyear': item.school_year}) %} {% endif %}
|
||||
{% endif %}
|
||||
<div class="row">
|
||||
{{item.name}}
|
||||
{{item.badge_text}}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
|
||||
<!--<div class="row">
|
||||
<div class="col-6">
|
||||
{% for collaborator in collaborators %}
|
||||
{#{% for collaborator in collaborators %}
|
||||
<div class="team-item">
|
||||
<div class="team-item-name">{{collaborator.name}}</div>
|
||||
<div class="team-item-collaborations">
|
||||
@@ -159,7 +177,7 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
|
||||
|
||||
@@ -168,7 +186,7 @@
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
<!--{#
|
||||
<a href="../logout">Odjavi se</a>
|
||||
{% if is_institution_coordinator %}
|
||||
<br><a href="../manage-institution">Upravljaj z institucijo</a>
|
||||
@@ -320,7 +338,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>#}-->
|
||||
</body>
|
||||
<script src="https://d3js.org/d3.v6.js"></script>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user