summaryrefslogtreecommitdiff
path: root/static/website/templates/abstract-details.html
diff options
context:
space:
mode:
authorFOSSEE Git User2018-10-03 19:32:19 +0530
committerFOSSEE Git User2018-10-03 19:32:19 +0530
commit5745dfa4ebc5625f44ac237c2dee40d1f6b7af3a (patch)
tree932c65d01781a02f37834f65bc7c702d6b9b3abd /static/website/templates/abstract-details.html
parent7bc18d752c842ed4d4f2f70ccb166f84f80cfb06 (diff)
parent51d4feffd7f8210b0b865c279d76b1aa216649b9 (diff)
downloadnccps-2018-5745dfa4ebc5625f44ac237c2dee40d1f6b7af3a.tar.gz
nccps-2018-5745dfa4ebc5625f44ac237c2dee40d1f6b7af3a.tar.bz2
nccps-2018-5745dfa4ebc5625f44ac237c2dee40d1f6b7af3a.zip
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018
Diffstat (limited to 'static/website/templates/abstract-details.html')
-rwxr-xr-xstatic/website/templates/abstract-details.html6
1 files changed, 3 insertions, 3 deletions
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 @@
<div class="container">
<p>
<center>
- <h2>Abstract Details</h2>
+ <h2>Paper Details</h2>
</center>
</p>
<h3><span class="label label-primary">{{ proposal.user.first_name }} {{ proposal.user.last_name }}</span></h3>
@@ -16,8 +16,8 @@
{% if proposal.prerequisite %}
<p><b>Prerequisite: </b>&nbsp;{{ proposal.prerequisite |linebreaks }}</p>
{% endif%}
- <p><b>Duration: </b>&nbsp;{{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%}</p>
- {% if proposal.proposal_type == "ABSTRACT"%}
+ <p><b>Duration: </b>&nbsp;{{ proposal.duration }} {% if proposal.proposal_type == "PAPER"%} Mins {% else %}Hours {%endif%}</p>
+ {% if proposal.proposal_type == "PAPER"%}
<p><b>Tags: </b>&nbsp;{{ proposal.tags }}</p>
{% else %}
<p><b>Level: </b>&nbsp;{{ proposal.tags }}</p>