From 808b9d8c687f873504cd1d6eec1888bb234dcffe Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Wed, 3 Oct 2018 12:05:01 +0530 Subject: Extended paper submission date and fixed minor issues in edit proposal --- static/website/templates/comment-abstract.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'static/website/templates/comment-abstract.html') diff --git a/static/website/templates/comment-abstract.html b/static/website/templates/comment-abstract.html index f77eb3f..2695ba3 100755 --- a/static/website/templates/comment-abstract.html +++ b/static/website/templates/comment-abstract.html @@ -7,7 +7,7 @@
Title of the paper: {{ proposal.title }}
Name of the author(s): {{proposal.name_of_authors}}
About the Author(s): {{ proposal.about_the_authors |linebreaks }}
- -Duration: {{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%}
- {% if proposal.proposal_type == "ABSTRACT"%} +Duration: {{ proposal.duration }} {% if proposal.proposal_type == "PAPER"%} Mins {% else %}Hours {%endif%}
+ {% if proposal.proposal_type == "PAPER"%}Tags: {{ proposal.tags }}
{% else %}Level: {{ proposal.tags }}
-- cgit