summaryrefslogtreecommitdiff
path: root/static/website/templates/edit-proposal.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/edit-proposal.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/edit-proposal.html')
-rwxr-xr-xstatic/website/templates/edit-proposal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/edit-proposal.html b/static/website/templates/edit-proposal.html
index fdcc39b..b2a141e 100755
--- a/static/website/templates/edit-proposal.html
+++ b/static/website/templates/edit-proposal.html
@@ -7,8 +7,8 @@
<div class="container">
<p>
<center>
- {% if proposal.proposal_type == "ABSTRACT" %}
- <h2>Edit Abstract Proposal</h2>
+ {% if proposal.proposal_type == "PAPER" %}
+ <h2>Edit Paper Proposal</h2>
{% else %}
<h2>Edit Workshop Proposal</h2>
{% endif %}