diff --git a/src/program/templates/call_for_participation.html b/src/program/templates/call_for_participation.html index be660949..eb24718b 100644 --- a/src/program/templates/call_for_participation.html +++ b/src/program/templates/call_for_participation.html @@ -9,7 +9,7 @@ Call for Participation | {{ block.super }} {% if not camp.call_for_participation_open %}
- Note! This Call for Particilation is not open. + Note! This Call for Participation is not open.
{% endif %} diff --git a/src/program/templates/eventproposal_detail.html b/src/program/templates/eventproposal_detail.html index d24c5e9e..0620be0b 100644 --- a/src/program/templates/eventproposal_detail.html +++ b/src/program/templates/eventproposal_detail.html @@ -4,7 +4,7 @@ {% if not camp.call_for_participation_open %}
- Note! This Call for Particilation is not open. + Note! This Call for Participation is not open.
{% endif %} diff --git a/src/program/templates/includes/eventproposal_detail.html b/src/program/templates/includes/eventproposal_detail.html index 9aeb715e..693f6eee 100644 --- a/src/program/templates/includes/eventproposal_detail.html +++ b/src/program/templates/includes/eventproposal_detail.html @@ -6,6 +6,9 @@ ID: {{ eventproposal.uuid }}
Status: {{ eventproposal.proposal_status }}
Duration: {{ eventproposal.duration|default:"Not defined" }}
+ {% if eventproposal.event_type.name == "Lightning Talk" %} + Use provided laptop?: {{ eventproposal.use_provided_speaker_laptop }}
+ {% endif %} diff --git a/src/program/templates/proposal_list.html b/src/program/templates/proposal_list.html index 13245d8f..3b12db4e 100644 --- a/src/program/templates/proposal_list.html +++ b/src/program/templates/proposal_list.html @@ -10,7 +10,7 @@ Proposals | {{ block.super }} {% include 'includes/event_proposal_type_select.html' %} {% else %}
- Note! This Call for Particilation is not open. + Note! This Call for Participation is not open.
{% endif %} diff --git a/src/program/templates/speakerproposal_detail.html b/src/program/templates/speakerproposal_detail.html index 451909e4..d22839c5 100644 --- a/src/program/templates/speakerproposal_detail.html +++ b/src/program/templates/speakerproposal_detail.html @@ -4,7 +4,7 @@ {% if not camp.call_for_participation_open %}
- Note! This Call for Particilation is not open. + Note! This Call for Participation is not open.
{% endif %}