diff options
author | FOSSEE Git User | 2018-09-17 19:32:14 +0530 |
---|---|---|
committer | FOSSEE Git User | 2018-09-17 19:32:14 +0530 |
commit | 9101634821effb65bf8715e30a57bd3ffa714b23 (patch) | |
tree | f6a6f8af9c7cf42ce3785ec431d6b594f8363177 /static/website/templates/comment-abstract.html | |
parent | 606b481405fc1a929b7f9703de891922dca5ddb7 (diff) | |
parent | 729145dc29514f25be34168049e5bfd1838379f1 (diff) | |
download | nccps-2018-9101634821effb65bf8715e30a57bd3ffa714b23.tar.gz nccps-2018-9101634821effb65bf8715e30a57bd3ffa714b23.tar.bz2 nccps-2018-9101634821effb65bf8715e30a57bd3ffa714b23.zip |
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018
Diffstat (limited to 'static/website/templates/comment-abstract.html')
-rwxr-xr-x | static/website/templates/comment-abstract.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/static/website/templates/comment-abstract.html b/static/website/templates/comment-abstract.html index b6dd3a2..f77eb3f 100755 --- a/static/website/templates/comment-abstract.html +++ b/static/website/templates/comment-abstract.html @@ -15,10 +15,11 @@ </center> </p> <h3>{{ proposal.user.first_name }} {{ proposal.user.last_name }}</h3> - <p><b>Title: </b> {{ proposal.title }}</p> - <p align="justify"><b>About Me: </b> {{ proposal.about_me |linebreaks }}</p> - {% if proposal.proposal_type == "ABSTRACT"%} - <p align="justify"><b>Abstract:</b> + <p><b>Title of the paper: </b> {{ proposal.title }}</p> + <p><b>Name of the author(s):</b> {{proposal.name_of_authors}}</p> + <p align="justify"><b>About the Author(s): </b> {{ proposal.about_the_authors |linebreaks }}</p> + <!--{% if proposal.proposal_type == "ABSTRACT"%} + <p align="justify"><b>Abstract:</b> {% else %} <p align="justify"><b>Description:</b> {% endif %} @@ -26,7 +27,7 @@ </p> {% if proposal.prerequisite %} <p align="justify"><b>Prerequisite: </b> {{ proposal.prerequisite| linebreaks }}</p> - {% endif%} + {% endif%} --> <p><b>Duration: </b> {{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%}</p> {% if proposal.proposal_type == "ABSTRACT"%} <p><b>Tags: </b> {{ proposal.tags }}</p> |