From 6454590501ae2a2186ff67bfc2429c6805879384 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 27 Nov 2013 12:49:28 +0530 Subject: resolving URL issue for abstracts --- website/templates/abstract_details.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'website') diff --git a/website/templates/abstract_details.html b/website/templates/abstract_details.html index ff38076..558eb60 100644 --- a/website/templates/abstract_details.html +++ b/website/templates/abstract_details.html @@ -9,13 +9,14 @@ {% block content %}

{{ paper.title }}

-

Speaker: {{ paper.user.first_name }} {{ paper.user.last_name }}

-

Speaker Bio: {{ paper.bio }}

+

{{ paper.user.first_name }} {{ paper.user.last_name }}

+

{{ paper.bio }}

+

Abstract:

-

Abstract: {{ paper.abstract }}

+{{ paper.abstract }}
-

Affiliation: {{ paper.affiliation }}

+

Affiliation: {{ paper.affiliation }}

Links: {{ paper.links }}

-

Attachment

+

Attachment

{% endblock %} -- cgit