From 01fd749e24fd6fe1a0099ec4477307ed9c25dce3 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 4 May 2017 17:21:24 +0200 Subject: Fixes for single-segment rounds --- template/segment.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'template/segment.html') 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 @@ {{ separator(3) }} - {{"BUTLER_ROUND"|translate}}{{round_no}} {{"SEGMENT"|translate}}{{segment_no}} + + {{"BUTLER_ROUND"|translate}}{{round_no}} + {% if per_round > 1 %} + {{"SEGMENT"|translate}}{{segment_no}} + {% endif %} + {{ separator(3) }} -- cgit v1.2.3