diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cavewallets.html | 2 | ||||
-rw-r--r-- | templates/expedition.html | 1 | ||||
-rw-r--r-- | templates/personwallets.html | 2 | ||||
-rw-r--r-- | templates/yearwallets.html | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index a24dcf2..3f88def 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -31,7 +31,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <td style="padding:2px">{% if wallet.walletdate %}{{wallet.walletdate}}{% else %} {% endif %}</td> <td style="padding:2px">{% if wallet.name %}{{wallet.name|truncatechars:20}}{% else %}<em>{% if wallet.displaynames %} {% for dn in wallet.displaynames %}{{dn}}{%if not forloop.last %}, {% endif %} {% endfor %}{% else %} {% endif %}</em>{% endif %}</td> - <td style="padding:2px">{% if wallet.slugpeople %}{%for p in wallet.slugpeople%}<a href="/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}{% endfor %}{% else %}{{wallet.persons }}{% endif %}</td> + <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>{% else %}{{wallet.persons }}{% endif %}</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 %} diff --git a/templates/expedition.html b/templates/expedition.html index c3685e4..46fb548 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -22,6 +22,7 @@ <li> <a href="/years/{{expedition.year}}/">documentation index</a> for this Expo <li> <a href="/wallets/year/{{expedition.year}}">wallet completion status</a> for this Expo <li> <a href="/years/{{expedition.year}}/{{expedition.logbookfile}}">full logbook</a> for this Expo +<li> <a href="/aliases/{{expedition.year}}">alias names</a> for this Expo {% if logged_in %} <p>Reparse and reload this year's logbook by clicking here: <a href="/expedition/{{expedition.year}}?reload">RELOAD</a> {% endif %} diff --git a/templates/personwallets.html b/templates/personwallets.html index 5575835..251ded6 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -30,7 +30,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <td style="padding:2px" >{% if wallet.walletdate %}{{wallet.walletdate}}{% else %} {% endif %}</td> <td style="padding:2px">{% if wallet.name %}{{wallet.name|truncatechars:20}}{% else %}<em>{% if wallet.displaynames %} {% for dn in wallet.displaynames %}{{dn}}{%if not forloop.last %}, {% endif %} {% endfor %}{% else %} {% endif %}</em>{% endif %}</td> - <td style="padding:2px">{% if wallet.slugpeople %}{%for p in wallet.slugpeople%}<a href="/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}{% endfor %}{% else %}{{wallet.persons }}{% endif %}</td> + <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>{% else %}{{wallet.persons }}{% endif %}</td> <td style="padding:2px"> {% if wallet.cave %} {% if wallet.caveobj.slug %} diff --git a/templates/yearwallets.html b/templates/yearwallets.html index 3af47a0..61d5bf2 100644 --- a/templates/yearwallets.html +++ b/templates/yearwallets.html @@ -39,7 +39,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <td style="padding:2px">{% if wallet.walletdate %}{{wallet.walletdate}}{% else %} {% endif %}</td> <td style="padding:2px">{% if wallet.name %}{{wallet.name|truncatechars:20}}{% else %}<em>{% if wallet.displaynames %} {% for dn in wallet.displaynames %}{{dn}}{%if not forloop.last %}, {% endif %} {% endfor %}{% else %} {% endif %}</em>{% endif %}</td> - <td style="padding:2px">{% if wallet.slugpeople %}{%for p in wallet.slugpeople%}<a href="/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}{% endfor %}{% else %}{{wallet.persons }}{% endif %}</td> + <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>{% else %}{{wallet.persons }}{% endif %}</td> <td style="padding:2px"> {% if wallet.cave %} {% if wallet.caveobj.slug %} |