summaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates')
-rwxr-xr-xwebsite/templates/base.html2
-rwxr-xr-xwebsite/templates/view-abstracts.html6
2 files changed, 5 insertions, 3 deletions
diff --git a/website/templates/base.html b/website/templates/base.html
index 6fa6c88..18464a5 100755
--- a/website/templates/base.html
+++ b/website/templates/base.html
@@ -150,7 +150,7 @@
<h9 style="color:white;">(Till 30 Nov 2016)</h9>
</td>
<td>
- This Ticket allows you to ONLY attend the conference for 2 Days (snacks and dinner for the first day will be served). Does not include any conference amenities (Accommodation, Kit, Lunch, Dinner & T-shirt). This is a non-refundable ticket.
+ This Ticket allows you to ONLY attend the conference for 2 Days (snacks for two days will be served). Does not include any conference amenities (Accommodation, Lunch, Dinner & T-shirt).This is a non-refundable ticket.
</td>
diff --git a/website/templates/view-abstracts.html b/website/templates/view-abstracts.html
index aaf4fca..c1f6968 100755
--- a/website/templates/view-abstracts.html
+++ b/website/templates/view-abstracts.html
@@ -88,7 +88,7 @@ You have not submitted any proposal. To submit proposal click <a href="{% url 'w
{% if not user.is_superuser %}
<th> View
{% endif %}
- <th> Comments
+ <th> Ratings
<th> Status
{% for proposal in proposals %}
<tr>
@@ -107,7 +107,9 @@ You have not submitted any proposal. To submit proposal click <a href="{% url 'w
<td style="white-space: nowrap; text-overflow:ellipsis; overflow: hidden; max-width:.5px;"> {{proposal.title}}</td>
<td ><a href="{% url 'website:abstract_details' proposal.id %}">View</a> </td>
{% endif %}
- <td><center> {{ proposal.comments_set.count }} </center></td>
+ <td>{{proposal.rating}}
+
+ <!-- <center> {{ proposal.comments_set.count }} </center> --></td>
<td>
{% if proposal.status = 'Accepted' %}