From 128f191a2b383067b88e0e54bd9f1a48932e7c16 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 27 Nov 2014 01:42:52 +0530 Subject: removed pop up for showing abstracts --- static/website/templates/abstract-details.html | 32 +++----------------------- 1 file changed, 3 insertions(+), 29 deletions(-) (limited to 'static/website/templates/abstract-details.html') diff --git a/static/website/templates/abstract-details.html b/static/website/templates/abstract-details.html index f4cdc48..1405c92 100644 --- a/static/website/templates/abstract-details.html +++ b/static/website/templates/abstract-details.html @@ -15,35 +15,9 @@ Proposal Details
Speaker: {{ proposal.user.first_name }} {{ proposal.user.last_name }}
Bio: {{ proposal.bio }}
Objective: {{ proposal.objective }}
- -- - | -- Attachment - | -
Abstract: {{ proposal.abstract }}
+ Attachment +Additional Links: {{ proposal.link }}
{% endif %} -- cgit