diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-08-04 01:04:21 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-08-04 01:04:21 +0300 |
commit | 5e6aa0a17502a05686022231ad147731da88f33a (patch) | |
tree | 4df2b00df7258b119d92bb21692d257b647f48ea | |
parent | 490fb61571c6af8fa0c5539a3b72da20d8902400 (diff) | |
download | troggle-5e6aa0a17502a05686022231ad147731da88f33a.tar.gz troggle-5e6aa0a17502a05686022231ad147731da88f33a.tar.bz2 troggle-5e6aa0a17502a05686022231ad147731da88f33a.zip |
wallet link
-rw-r--r-- | templates/personwallets.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/personwallets.html b/templates/personwallets.html index cfc1e97..a7aa732 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -36,10 +36,10 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <td style="padding:2px"> {% 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 %} {%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 %} </td> |