Skip to content

Commit

Permalink
Show proposer raw availability in a useful place
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonty committed May 18, 2024
1 parent 257cbac commit 046fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cfp_review/proposal.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ <h4 class="panel-title">
{{ render_dl_field(form.hide_from_schedule) }}
{{ render_dl_field(form.manually_scheduled) }}
{{ render_dl_field(form.allowed_venues) }}
{{ render_dl_field(form.available_times, readonly=True) }}
{{ render_dl_field(form.allowed_times) }}
{{ render_dl_field(form.scheduled_duration) }}
{{ render_dl_field(form.scheduled_venue) }}
Expand Down Expand Up @@ -197,7 +198,6 @@ <h4 class="panel-title">
{% endif %}
{{ render_dl_field(form.arrival_period) }}
{{ render_dl_field(form.departure_period) }}
{{ render_dl_field(form.available_times) }}
</dl>
</div>
</div>
Expand Down

0 comments on commit 046fecc

Please sign in to comment.