diff options
author | Sashi20 | 2018-09-14 15:17:21 +0530 |
---|---|---|
committer | Sashi20 | 2018-09-14 15:20:21 +0530 |
commit | 64ab50bb06eb01b4364bfcdaf45ae926b6670612 (patch) | |
tree | f3b428966a1045a3583d4db0779fcdfa02ed2761 /static/website/templates/comment-abstract.html | |
parent | 2c0feb051313c34842dea52d564c4671f49ae668 (diff) | |
download | nccps-2018-64ab50bb06eb01b4364bfcdaf45ae926b6670612.tar.gz nccps-2018-64ab50bb06eb01b4364bfcdaf45ae926b6670612.tar.bz2 nccps-2018-64ab50bb06eb01b4364bfcdaf45ae926b6670612.zip |
Enabled registration and login interface, activation emails, paper submission interface
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> |