diff options
Diffstat (limited to 'website/templates')
-rwxr-xr-x | website/templates/base.html | 17 | ||||
-rwxr-xr-x | website/templates/cfp.html | 4 | ||||
-rwxr-xr-x | website/templates/view-abstracts.html | 4 |
3 files changed, 13 insertions, 12 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index 8bc660c..6fa6c88 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -169,7 +169,7 @@ <td bgcolor ="#9bb2e1">
<h9 style="color:white;">Accomodation</h9>
<h2 style="color:white;" style ="font-size: 25px;">₹500</h2>
- <h9 style="color:white;"><a href="#"> Add Ons </a></h9>
+ <h9 style="color:white;"><a href="#"> Add On </a></h9>
</td>
<td>
Accommodation is provided on a shared basis (twin sharing) inside IIT-B campus (Boys/Girls hostel). Accommodation will be provided for 2 days, i.e, 10-11 and 11-12 December. Accommodation does not include other amenities like dinner, etc. Extension of period of stay is not available. This is a non-refundable ticket.
@@ -179,7 +179,7 @@ <td bgcolor= "#8cc9f0">
<h9 style="color:white;">T-Shirt</h9>
<h2 style="color:white;" style ="font-size: 25px;">₹350</h2>
- <h9 style="color:white;"><a href="#"> Add Ons </a></h9>
+ <h9 style="color:white;"><a href="#"> Add On </a></h9>
</td>
<td>
Change of size, exchange at the venue is not available. This is a non-refundable ticket.
@@ -192,7 +192,7 @@ <p id="demo"></p>
<footer class="major">
<ul class="actions">
- <a target="_blank" href="http://scipyindia2016.doattend.com/"><input type= "image" src="{% static 'img/register.png'%}"></a>
+ <a target="_blank" href="http://scipyindia2016.doattend.com/"><input type= "image" style ="width: 200px" src="{% static 'img/register.png'%}"></a>
</ul>
</footer>
</section>
@@ -203,7 +203,7 @@ <div class="spotlight">
<div class="content">
<header class="major">
- <h2>CODE FOR CONDUCT</h2> </header>
+ <h2>CODE OF CONDUCT</h2> </header>
<div id="schedule" name="schedule">
<p align="justify" >We appreciate your participation in SciPy 2016. We want you to have an enjoyable and enriching experience in the conference. For this all the attendees are required to conform to the following Code of Conduct. Organisers will ensure that it is enforced throughout the event.<p>
</div>
@@ -248,7 +248,7 @@ <p>If a participant engages in behavior that violates this code of conduct, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund.</p>
-<p>Thank you for helping to make SciPy India 2016 a welcoming, friendly event for all.</p>
+<p>Thank you for helping to make SciPy India a welcoming, friendly event for all.</p>
<p><b>Contact Information:</b></p>
@@ -427,9 +427,10 @@ <li><a style="color:white;" target="_blank" href="https://plus.google.com/+ScipyIndia/posts" class="icon-google-plus alt"><span class="label"></span></a></li>
</ul>
- Visit SciPy.in/ <a style="color:white;" href="">2009</a>/
- <a style="color:white;" target="_blank" href="">2010</a>/
- <a style="color:white;" target="_blank" href="">2011</a>/
+ Visit SciPy.in/
+ <!-- <a style="color:white;" href="">2009</a>/ -->
+ <!-- <a style="color:white;" target="_blank" href="">2010</a>/ -->
+ <!-- <a style="color:white;" target="_blank" href="">2011</a>/ -->
<a style="color:white;" target="_blank" href="http://scipy.in/2012">2012</a>/
<a style="color:white;" target="_blank" href="http://scipy.in/2013" >2013</a>/
<a style="color:white;" target="_blank" href="http://scipy.in/2014">2014</a>/
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index f028086..2a0d1f4 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -71,11 +71,11 @@ {% if user.is_superuser %} <center><a href="{% url 'website:view_abstracts' %}" style="background:#D44727" class="button special">View Proposals</a> </center> {% else %} - <!-- <center> + <!-- <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:view_abstracts' %}" style="background:#D44727" class="button special">View Proposals</a> - </center> --> + </center -->> {% endif %} {% else %} diff --git a/website/templates/view-abstracts.html b/website/templates/view-abstracts.html index b5804f1..aaf4fca 100755 --- a/website/templates/view-abstracts.html +++ b/website/templates/view-abstracts.html @@ -116,7 +116,7 @@ You have not submitted any proposal. To submit proposal click <a href="{% url 'w <h5 style="color:red;">{{proposal.status}}</h5> {% elif proposal.status = 'Commented' %} <h5 style="color:brown;">{{proposal.status}}</h5> - {% elif proposal.status = 'Resubmit' %} + {% elif proposal.status = 'Edit' %} {% if user.is_superuser %} <h5 style="color:grey;">{{proposal.status}}</h5> {% else %} @@ -132,7 +132,7 @@ You have not submitted any proposal. To submit proposal click <a href="{% url 'w </table> {% if user.is_superuser %} <center><input type="submit" id="delete" class ="button special" style="background:#D44727;" value="Delete" name="delete"/> - <input type="submit" id="dump" class ="button special" style="background:#D44727;" value="Dump" name="dump"/></center><br> + <input type="submit" id="dump" class ="button special" style="background:#D44727;" value="Export as csv" name="dump"/></center><br> <center> <input type="submit" id="accept" class ="button special" style="background:green;" value="Accept" name="accept"/> <input type="submit" id="rejected" class ="button special" style="background:red;" value="Reject" name="reject"/> |