summaryrefslogtreecommitdiff
path: root/website/templates/view-abstracts.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/view-abstracts.html')
-rwxr-xr-xwebsite/templates/view-abstracts.html6
1 files changed, 4 insertions, 2 deletions
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' %}