Skip to content

Commit

Permalink
Keep laptops just for talks
Browse files Browse the repository at this point in the history
  • Loading branch information
James Timmons authored and marksteward committed May 24, 2024
1 parent 325f516 commit eb04834
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/cfp/finalise.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
<legend>Final Requirements</legend>
{% if proposal.type in ['talk', 'performance'] %}
{{ render_field(form.may_record, 7) }}
{% endif %}

{% if proposal.type == 'talk' %}
{{ render_field(form.needs_laptop, 7) }}
{% endif %}

Expand Down
2 changes: 2 additions & 0 deletions templates/cfp_review/proposal.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ <h4 class="panel-title">
{{ render_dl_field(form.eventphone_number) }}
{% if proposal.type in ['talk', 'performance'] %}
{{ render_dl_field(form.may_record) }}
{% endif %}
{% if proposal.type == 'talk' %}
{{ render_radio_field(form.needs_laptop) }}
{% endif %}
{{ render_dl_field(form.arrival_period) }}
Expand Down

0 comments on commit eb04834

Please sign in to comment.