mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
wallet link
This commit is contained in:
parent
490fb61571
commit
5e6aa0a175
@ -36,10 +36,10 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
|
|||||||
|
|
||||||
<td style="padding:2px">
|
<td style="padding:2px">
|
||||||
{% if wallet.slugpeople %}
|
{% if wallet.slugpeople %}
|
||||||
<em>{%for p in wallet.slugpeople%}<a href="/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}{% endfor %}</em>
|
<em>{%for p in wallet.slugpeople%}<a href="/wallets/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}{% endfor %}</em>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%for p in wallet.peeps%}
|
{%for p in wallet.peeps%}
|
||||||
<a href="/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}
|
<a href="/wallets/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user