diff options
Diffstat (limited to 'templates/svxcavesingle.html')
-rw-r--r-- | templates/svxcavesingle.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/templates/svxcavesingle.html b/templates/svxcavesingle.html index b2c1096..42f3c1c 100644 --- a/templates/svxcavesingle.html +++ b/templates/svxcavesingle.html @@ -38,12 +38,12 @@ {% for survexblock in survexfile.survexblock_set.all %} <tr> - <td>{{survexblock.name}}</td> - <td> + <td style="width:10 em">{{survexblock.name}}</td> + <td style="white-space:nowrap"> {% if survexblock.expedition %} <a href="{{survexblock.expedition.get_absolute_url}}">{{survexblock.date|date:"D d M Y"}}</a> {% else %} - {{survexblock.date}} + <!--{{survexblock.date}}--> {% endif %} </td> @@ -57,12 +57,10 @@ {% endfor %} </td> - <td>{{survexblock.legslength}}</td> + <td style="padding-right: 3px; text-align:right">{{survexblock.legslength|stringformat:".1f"}}</td> - <td> - {% for survextitle in survexblock.survextitle_set.all %} - {{survextitle.title}} - {% endfor %} + <td style="padding-left: 3px;"> + {{survexblock.title}} </td> <td> |