diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cavewallets.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index 2e67be7..9ad907f 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -42,6 +42,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <a href="/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> <td style="padding:2px"> {% for survexblock in wallet.survexblock_set.all %} <a href="{% url "svx" survexblock.survexfile.path %}">{{survexblock}}</a> |