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 --- .../assets/images/backgrounds/top_2.png | Bin 74986 -> 74949 bytes static/website/templates/abstract-details.html | 6 +++--- static/website/templates/comment-abstract.html | 12 ++++++------ static/website/templates/edit-proposal.html | 4 ++-- static/website/templates/proposal.html | 2 +- static/website/templates/view-profile.html | 2 +- static/website/templates/view-proposals.html | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) (limited to 'static') diff --git a/static/website/bootstrap-css/assets/images/backgrounds/top_2.png b/static/website/bootstrap-css/assets/images/backgrounds/top_2.png index 3f1897c..a18fd0e 100644 Binary files a/static/website/bootstrap-css/assets/images/backgrounds/top_2.png and b/static/website/bootstrap-css/assets/images/backgrounds/top_2.png differ diff --git a/static/website/templates/abstract-details.html b/static/website/templates/abstract-details.html index a1b2c2f..a583c30 100755 --- a/static/website/templates/abstract-details.html +++ b/static/website/templates/abstract-details.html @@ -5,7 +5,7 @@
Prerequisite: {{ proposal.prerequisite |linebreaks }}
{% endif%} -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 }}
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 }}
diff --git a/static/website/templates/edit-proposal.html b/static/website/templates/edit-proposal.html index fdcc39b..b2a141e 100755 --- a/static/website/templates/edit-proposal.html +++ b/static/website/templates/edit-proposal.html @@ -7,8 +7,8 @@