Skip to content

Commit

Permalink
Update CfP notices to mention lightning talks
Browse files Browse the repository at this point in the history
  • Loading branch information
marksteward committed May 26, 2024
1 parent bc970db commit cb1fa01
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/cfp/closed.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{#
<p>If you have been asked to submit a new proposal for a talk, performance, workshop, youth workshop or installation, please
#}
<p>If you need to submit a new proposal for an installation, please
<p>If you need to submit a new proposal for an installation or lightning talk, please
{% if cfp_type %}
<a href="{{ url_for('cfp.form', cfp_type=cfp_type) + '?closed' }}">click here</a>.</p>
{% else %}
Expand Down
5 changes: 4 additions & 1 deletion templates/cfp/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
{% block body %}
<h2>Call for Participation</h2>
<div class="well">
<p>The Call for Participation will close for talks & workshops on
<p>The Call for Participation closed for most proposals on
<span class="emphasis">Thursday 25th April</span>.</p>
{#
<p>You will still be able to submit installations, performances and youth
workshops after this date</p>
#}
<p>You can still submit proposals for lightning talks or installations.</p>
</div>

<p class="emphasis"><a href="{{ url_for('base.about') }}">Electromagnetic
Expand Down
5 changes: 4 additions & 1 deletion templates/cfp/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@

<h2>Submit a {{form.model.human_type}} proposal</h2>
<div class="well">
<p>The Call for Participation will close for talks & workshops on
<p>The Call for Participation closed for most proposals on
<span class="emphasis">Thursday 25th April</span>.</p>
{#
<p>You will still be able to submit installations, performances and youth
workshops after this date</p>
#}
<p>You can still submit proposals for lightning talks or installations.</p>
</div>
{% include 'cfp/form_' + cfp_type + '_include.html' %}

Expand Down

0 comments on commit cb1fa01

Please sign in to comment.