From ba66d25372b13c40ffa0aa0411893fcc2531c52a Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Fri, 13 Oct 2023 16:14:59 +0300 Subject: [PATCH] fix: Use smaller buttons for NomCom feedback and color the count bubble --- ietf/templates/nomcom/feedback.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ietf/templates/nomcom/feedback.html b/ietf/templates/nomcom/feedback.html index 4ef18fc5f..effacdf67 100644 --- a/ietf/templates/nomcom/feedback.html +++ b/ietf/templates/nomcom/feedback.html @@ -36,13 +36,13 @@
{% for np in p.nomineeposition_set.accepted.not_duplicated %} - {{ np.nominee.name }} - - {{ count | default:"0" }} + + {{ count }} {% endwith %} @@ -55,13 +55,13 @@
{% endif %} -{% endblock %} +{% endblock %} \ No newline at end of file