From ce8e996bb9cc8edc659bf5edd8370f09f8f62a6f Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 21 Nov 2014 18:16:09 +0530 Subject: added commenting interface --- static/website/templates/view-abstracts.html | 56 +++++++++------------------- 1 file changed, 17 insertions(+), 39 deletions(-) (limited to 'static/website/templates/view-abstracts.html') diff --git a/static/website/templates/view-abstracts.html b/static/website/templates/view-abstracts.html index a988f0a..fa475fe 100644 --- a/static/website/templates/view-abstracts.html +++ b/static/website/templates/view-abstracts.html @@ -3,50 +3,28 @@ {% load widget_tweaks %} {% block current %} -View Abstracts +View Proposals {% endblock %} {% block content %} +
Sr # + | Title + | Speaker
{% for proposal in proposals %}
- Title: {{ proposal.title }} -Speaker: {{ proposal.user.first_name }} {{ proposal.user.last_name }} -Bio: {{ proposal.bio }} -Objective: {{ proposal.objective }} - -
- {% if proposal.link %} - Additional Links: {{ proposal.link }} - {% endif %} - -+ |
---|---|---|
+ {{ forloop.counter }} + | ++ {{ proposal.title }} + | ++ {{ proposal.user.first_name }} {{ proposal.user.last_name }} + | +