From 7545783d69c61dd9167f2be730137792603d24cd Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Wed, 30 Nov 2016 11:38:33 +0530 Subject: Submission Links Blocked --- website/templates/abstract-details.html | 6 ++++++ website/templates/cfp.html | 3 +-- website/urls.py | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/website/templates/abstract-details.html b/website/templates/abstract-details.html index 9b86593..5a91cff 100755 --- a/website/templates/abstract-details.html +++ b/website/templates/abstract-details.html @@ -53,6 +53,12 @@ {% if proposal.prerequisite %}
Prerequisite: {{ proposal.prerequisite |linebreaks }}
{% endif%} +Duration: {{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%}
+ {% if proposal.proposal_type == "ABSTRACT"%} +Tags: {{ proposal.tags }}
+ {% else %} +Level: {{ proposal.tags }}
+ {% endif %}Date Created: {{ proposal.date_created }}
{% if url %}Attachment: diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 8edf1e2..d76fbdf 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -84,8 +84,7 @@