Add "use_provided_speaker_laptop" to eventproposal_detail.html. Also correct a typo.

This commit is contained in:
Víðir Valberg Guðmundsson 2019-07-31 20:22:11 +02:00
parent 5748f9c1ee
commit 80793d3d1d
5 changed files with 7 additions and 4 deletions

View file

@ -9,7 +9,7 @@ Call for Participation | {{ block.super }}
{% if not camp.call_for_participation_open %}
<div class="alert alert-danger">
<strong>Note!</strong> This Call for Particilation is not open.
<strong>Note!</strong> This Call for Participation is not open.
</div>
{% endif %}

View file

@ -4,7 +4,7 @@
{% if not camp.call_for_participation_open %}
<div class="alert alert-danger">
<strong>Note!</strong> This Call for Particilation is not open.
<strong>Note!</strong> This Call for Participation is not open.
</div>
{% endif %}

View file

@ -6,6 +6,9 @@
<strong>ID</strong>: {{ eventproposal.uuid }}<br />
<strong>Status</strong>: {{ eventproposal.proposal_status }}<br />
<strong>Duration</strong>: {{ eventproposal.duration|default:"Not defined" }}<br />
{% if eventproposal.event_type.name == "Lightning Talk" %}
<strong>Use provided laptop?</strong>: {{ eventproposal.use_provided_speaker_laptop }}<br />
{% endif %}
</div>
</div>

View file

@ -10,7 +10,7 @@ Proposals | {{ block.super }}
{% include 'includes/event_proposal_type_select.html' %}
{% else %}
<div class="alert alert-danger">
<strong>Note!</strong> This Call for Particilation is not open.
<strong>Note!</strong> This Call for Participation is not open.
</div>
{% endif %}

View file

@ -4,7 +4,7 @@
{% if not camp.call_for_participation_open %}
<div class="alert alert-danger">
<strong>Note!</strong> This Call for Particilation is not open.
<strong>Note!</strong> This Call for Participation is not open.
</div>
{% endif %}