diff options
author | FOSSEE Git User | 2018-10-03 19:32:19 +0530 |
---|---|---|
committer | FOSSEE Git User | 2018-10-03 19:32:19 +0530 |
commit | 5745dfa4ebc5625f44ac237c2dee40d1f6b7af3a (patch) | |
tree | 932c65d01781a02f37834f65bc7c702d6b9b3abd /static/website/templates/edit-proposal.html | |
parent | 7bc18d752c842ed4d4f2f70ccb166f84f80cfb06 (diff) | |
parent | 51d4feffd7f8210b0b865c279d76b1aa216649b9 (diff) | |
download | nccps-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-x | static/website/templates/edit-proposal.html | 4 |
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 %} |