diff options
Diffstat (limited to 'templates/cavewallets.html')
-rw-r--r-- | templates/cavewallets.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index 718489e..7635f6a 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -42,10 +42,10 @@ and click on the "Run 'cavern' on this SVX file" button at the bottom of the pag <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> <td align="center" style="padding:2px"><a href="{{wallet.get_absolute_url}}">{{wallet.singlescan_set.all|length}}</a></td> |