mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-01 14:10:17 +01:00
SurvexPersonTeam renamed form survexpersonrole
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<span style="padding-left:{{personexpedition.survexpersonrole_set.all|length}}0px; background-color:blue"></span>
|
||||
{{personexpedition.survexpersonrole_set.all|length}}
|
||||
<span style="padding-left:{{personexpedition.survexpersonteam_set.all|length}}0px; background-color:blue"></span>
|
||||
{{personexpedition.survexpersonteam_set.all|length}}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
@@ -74,7 +74,7 @@ to go to a form to correct the online data.
|
||||
</td>
|
||||
<!-- Explorers -->
|
||||
<td>
|
||||
{% for personrole in survexblock.survexpersonrole_set.all %}
|
||||
{% for personrole in survexblock.survexpersonteam_set.all %}
|
||||
{% if personrole.personexpedition %}
|
||||
<a href="{{personrole.personexpedition.get_absolute_url}}">{{personrole.personname}}</a>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user