From df13617f8f9c12e7b1da8a026326a715c10161b3 Mon Sep 17 00:00:00 2001 From: James Polley Date: Tue, 31 Jul 2018 10:34:17 +0000 Subject: [PATCH] Replace label- with badge- for bootstrap4 --- pinaxcon/templates/symposion/proposals/_proposal_fields.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pinaxcon/templates/symposion/proposals/_proposal_fields.html b/pinaxcon/templates/symposion/proposals/_proposal_fields.html index 78ba6ac5..7ed70e26 100644 --- a/pinaxcon/templates/symposion/proposals/_proposal_fields.html +++ b/pinaxcon/templates/symposion/proposals/_proposal_fields.html @@ -11,9 +11,9 @@
{% if proposal.cancelled %} -

WITHDRAWN

+

WITHDRAWN

{% else %} -

Not withdrawn

+

Not withdrawn

{% endif %}