From 9c8d71542a63c789bf69d8e9ced9b94ed69f4c75 Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Tue, 4 Oct 2016 17:52:16 +0530 Subject: /2016/ removed from links --- website/templates/view-abstracts.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'website/templates/view-abstracts.html') diff --git a/website/templates/view-abstracts.html b/website/templates/view-abstracts.html index 4933244..8979363 100755 --- a/website/templates/view-abstracts.html +++ b/website/templates/view-abstracts.html @@ -61,13 +61,11 @@ You have not submitted any proposal. To submit proposal click - - - - - + + + {% else %} @@ -88,7 +86,9 @@ You have not submitted any proposal. To submit proposal click {{proposal.title}} View {% endif %} - - {% for rating in ratings %} - {{rating.rating}} +{% if user.is_superuser %} + {% for rating in proposal.ratings_set.all %} + {{ rating.rating}} by {{rating.user}}
{% endfor %} - - - + +{% endif %} {% if proposal.status = 'Accepted' %}
{{proposal.status}}
-- cgit