summaryrefslogtreecommitdiff
path: root/template/segment.html
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-05-04 17:21:24 +0200
committeremkael <emkael@tlen.pl>2017-05-09 02:51:09 +0200
commit01fd749e24fd6fe1a0099ec4477307ed9c25dce3 (patch)
treec63ba168598fd75a0cd0299c27c7bc206682a98b /template/segment.html
parentbe579d2034f168e332bd203ffeb45b3eea42a3ea (diff)
Fixes for single-segment rounds
Diffstat (limited to 'template/segment.html')
-rw-r--r--template/segment.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/segment.html b/template/segment.html
index a481dcf..2401e3e 100644
--- a/template/segment.html
+++ b/template/segment.html
@@ -22,7 +22,12 @@
</tr>
{{ separator(3) }}
<tr>
- <td class="bdnt12" colspan="3">{{"BUTLER_ROUND"|translate}}{{round_no}} {{"SEGMENT"|translate}}{{segment_no}}</td>
+ <td class="bdnt12" colspan="3">
+ {{"BUTLER_ROUND"|translate}}{{round_no}}
+ {% if per_round > 1 %}
+ {{"SEGMENT"|translate}}{{segment_no}}
+ {% endif %}
+ </td>
</tr>
{{ separator(3) }}
<tr valign="top">