diff options
Diffstat (limited to 'website/templates/cfp.html')
-rwxr-xr-x | website/templates/cfp.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 62b41e4..4441fff 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -59,9 +59,9 @@ <h2><u>Important Dates</u></h2> </span> <ul> - <li>Call for proposals opens: <b>15 Sept. 2017</b></li> - <li>Last date for submission of proposals: <b>1st Nov. 2017</b></li> - <li>Announcement of selected proposals: <b>15 Nov. 2017</b></li> + <li>Call for proposals opens: <b>15<sup>th</sup> Sept. 2017</b></li> + <li>Last date for submission of proposals: <b>1<sup>st</sup> Nov. 2017</b></li> + <li>Announcement of selected proposals: <b>15<sup>th</sup> Nov. 2017</b></li> </ul> <br/> {% if user.is_superuser %} @@ -100,9 +100,9 @@ <div style="float: right;padding-left: 30px;"> <span><h2><u>Important Dates</u></h2></span> <ul> - <li>Call for proposals opens: <b>15 Sept. 2017</b></li> - <li>Last date for submission of proposals: <b>1st Nov. 2017</b></li> - <li>Announcement of selected proposals: <b>15 Nov. 2017</b></li> + <li>Call for proposals opens: <b>15<sup>th</sup> Sept. 2017</b></li> + <li>Last date for submission of proposals: <b>1<sup>st</sup> Nov. 2017</b></li> + <li>Announcement of selected proposals: <b>15<sup>th</sup> Nov. 2017</b></li> </ul> </div> </div> |