diff options
Diffstat (limited to 'website/templates/cfp.html')
-rwxr-xr-x | website/templates/cfp.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 9f4c533..8edf1e2 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -75,7 +75,7 @@ <span><h2><u>Important Dates</u></h2></span> <ul> <li>Call for proposals opens: <b>October 4, 2016</b></li> - <li>Last date for submission of proposals: <b>November 20, 2016</b></li> + <li>Last date for submission of proposals: <b>November 28, 2016</b></li> <li>Announcement of selected proposals: <b>December 1, 2016</b></li> </ul> @@ -85,7 +85,7 @@ {% else %} <center> <a href="{% url 'website:submitcfp' %}" style="background:#D44727" class="button special">Submit an Abstract</a> - <a href="{% url 'website:submitcfw' %}" style="background:#D44727" class="button special">Submit a Workshop</a> + <a href="{% url 'website:submitcfw' %}" style="background:#D44727" class="button special">Submit a Workshop</a> <a href="{% url 'website:view_abstracts' %}" style="background:#D44727" class="button special">View Proposals</a> </center> {% endif %} @@ -124,7 +124,7 @@ <span><h2><u>Important Dates</u></h2></span> <ul> <li>Call for proposal opens: <b>October 4, 2016</b></li> - <li>Last date for submission of proposals: <b>November 20, 2016</b></li> + <li>Last date for submission of proposals: <b>November 28, 2016</b></li> <li>Announcement of selected proposals: <b>December 1, 2016</b></li> </ul> </li> |