diff --git a/cfp/templates/cfpdetails.html b/cfp/templates/cfpdetails.html index 7a894dc..a1c00c7 100644 --- a/cfp/templates/cfpdetails.html +++ b/cfp/templates/cfpdetails.html @@ -18,6 +18,12 @@ in topic {{ proposal.topic }}
{% endif %}This proposal is in {{ proposal.get_status_display }} state.
+This proposal is in +{% if proposal.scheduled %} +Scheduled +{% else %} +{{ proposal.get_status_display }} +{% endif %} + state.
Back {% endblock %} diff --git a/cfp/templates/cfpedit.html b/cfp/templates/cfpedit.html index 7989e01..8541b6c 100644 --- a/cfp/templates/cfpedit.html +++ b/cfp/templates/cfpedit.html @@ -9,7 +9,7 @@{{ proposal.reviewer_notes }}
{% endif %} -