summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/personwallets.html4
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>