diff options
Diffstat (limited to 'website/templates/submit-cfp.html')
-rwxr-xr-x | website/templates/submit-cfp.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/website/templates/submit-cfp.html b/website/templates/submit-cfp.html index 56e3c3f..d4486fe 100755 --- a/website/templates/submit-cfp.html +++ b/website/templates/submit-cfp.html @@ -22,7 +22,10 @@ {% if proposals_a > 1 %} You have exceeded the abstract submission limit. You may view your submitted proposals by clicking <a href="{% url 'website:view_abstracts' %}" class ="btn btn-info" role="button"> here</a> <!-- <h2>{{ user.get_full_name|default:user.username }} </h2> --> - {% else %} + {% else %} <br> + + <center> <h1>Submit Proposal</h1></center> + <hr> <h2><u>Proposal Guidelines</u></h2> <ul> <li>The project you are willing to present should be an actual implementation rather than just an idea.</li> |