From c41e5b5ddbb1922b517b53f3a3c52215917e7654 Mon Sep 17 00:00:00 2001 From: Tero Kivinen Date: Sun, 17 Nov 2019 04:21:16 +0000 Subject: [PATCH] Added padding to the column in the unavailability period list of the reviewers page. Commit ready for merge. - Legacy-Id: 17037 --- ietf/templates/review/unavailable_table.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ietf/templates/review/unavailable_table.html b/ietf/templates/review/unavailable_table.html index b8ecca074..3c3fc11ca 100644 --- a/ietf/templates/review/unavailable_table.html +++ b/ietf/templates/review/unavailable_table.html @@ -1,17 +1,18 @@ {% for p in unavailable_periods %} - + - + - + {% endfor %}
Dates:Dates: {% if p.start_date or p.end_date %}{{ p.start_date|default:"∞" }} -{% endif %} {{ p.end_date|default:"∞" }}
Availability:Availability: {{ p.get_availability_display }}
Reason:Reason: {{ p.reason }}
 
+