summaryrefslogtreecommitdiff
path: root/static/website/templates/abstract-details.html
diff options
context:
space:
mode:
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>