diff options
author | komalsheth286 | 2016-10-04 14:37:08 +0530 |
---|---|---|
committer | komalsheth286 | 2016-10-04 14:37:08 +0530 |
commit | e5ab06db0b960f73bc86203944377528d645533c (patch) | |
tree | c431686ab0cef9e06e4616739f9e7643d09d7eb8 /website/templates/submit-cfw.html | |
parent | be87ddf10812c5814fe93a7d6529b15bd4d2608c (diff) | |
download | SciPy2016-e5ab06db0b960f73bc86203944377528d645533c.tar.gz SciPy2016-e5ab06db0b960f73bc86203944377528d645533c.tar.bz2 SciPy2016-e5ab06db0b960f73bc86203944377528d645533c.zip |
Forgot password API
Diffstat (limited to 'website/templates/submit-cfw.html')
-rwxr-xr-x | website/templates/submit-cfw.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/submit-cfw.html b/website/templates/submit-cfw.html index f5dbc77..cae6d34 100755 --- a/website/templates/submit-cfw.html +++ b/website/templates/submit-cfw.html @@ -51,7 +51,7 @@ <div id="wrapper"> <div id="main"> <section id="content" class="main"> -{% if proposals_w > 1 %} You have exceeded the abstract submission limit. +{% if proposals_w > 1 %} You have exceeded the workshop proposal submission limit. You may view your submitted proposals by clicking <a href="{% url 'website:view_abstracts' %}" class="btn "> here</a> </div> </div> |