diff options
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> |