From 80793d3d1d73986f452fd876147e70b67266a059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Wed, 31 Jul 2019 20:22:11 +0200 Subject: [PATCH] Add "use_provided_speaker_laptop" to eventproposal_detail.html. Also correct a typo. --- src/program/templates/call_for_participation.html | 2 +- src/program/templates/eventproposal_detail.html | 2 +- src/program/templates/includes/eventproposal_detail.html | 3 +++ src/program/templates/proposal_list.html | 2 +- src/program/templates/speakerproposal_detail.html | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) 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 %}