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