From d19e34280a34f08bcd277d4c978125c0909b41c9 Mon Sep 17 00:00:00 2001 From: James Polley Date: Wed, 13 Dec 2017 12:00:35 +1100 Subject: [PATCH] Enhance proposal fields display * Display the "withdrawn" status * Display extra information about exhibitions for art+tech --- .../symposion/proposals/_proposal_fields.html | 35 ++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/pinaxcon/templates/symposion/proposals/_proposal_fields.html b/pinaxcon/templates/symposion/proposals/_proposal_fields.html index 6db00dad..46449e50 100644 --- a/pinaxcon/templates/symposion/proposals/_proposal_fields.html +++ b/pinaxcon/templates/symposion/proposals/_proposal_fields.html @@ -1,6 +1,17 @@ {% load i18n %} {% load lca2018_tags %} +
+ +
+ {% if proposal.cancelled %} +

WITHDRAWN

+ {% else %} +

Not withdrawn

+ {% endif %} +
+
+
@@ -30,7 +41,29 @@
{% endif %} - + + {% if proposal.can_exhibit %} +
+ +
+

{{ proposal.get_can_exhibit_display }}

+
+
+ +
+ {% if proposal.exhibition_requirements %} +
{{ proposal.exhibition_requirements|safe }}
+ {% else %} +
No Special Talk Requirements Requested
+ {% endif %} + +
+   +
+ +
+ {% endif %} + {% if proposal.additional_speakers.all %}