Add "use_provided_speaker_laptop" to eventproposal_detail.html. Also correct a typo.
This commit is contained in:
parent
5748f9c1ee
commit
80793d3d1d
|
@ -9,7 +9,7 @@ Call for Participation | {{ block.super }}
|
||||||
|
|
||||||
{% if not camp.call_for_participation_open %}
|
{% if not camp.call_for_participation_open %}
|
||||||
<div class="alert alert-danger">
|
<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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{% if not camp.call_for_participation_open %}
|
{% if not camp.call_for_participation_open %}
|
||||||
<div class="alert alert-danger">
|
<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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
<strong>ID</strong>: {{ eventproposal.uuid }}<br />
|
<strong>ID</strong>: {{ eventproposal.uuid }}<br />
|
||||||
<strong>Status</strong>: {{ eventproposal.proposal_status }}<br />
|
<strong>Status</strong>: {{ eventproposal.proposal_status }}<br />
|
||||||
<strong>Duration</strong>: {{ eventproposal.duration|default:"Not defined" }}<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ Proposals | {{ block.super }}
|
||||||
{% include 'includes/event_proposal_type_select.html' %}
|
{% include 'includes/event_proposal_type_select.html' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="alert alert-danger">
|
<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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{% if not camp.call_for_participation_open %}
|
{% if not camp.call_for_participation_open %}
|
||||||
<div class="alert alert-danger">
|
<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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue