diff options
author | Sashi20 | 2018-09-18 15:45:31 +0530 |
---|---|---|
committer | GitHub | 2018-09-18 15:45:31 +0530 |
commit | 0096ca995b5885b64ef91afc7ddfbd9e703e16b8 (patch) | |
tree | bc5783054e6b3f3ec4f2be9a9d4120b2f8ef1b1c /static/website/templates/view-proposals.html | |
parent | 729145dc29514f25be34168049e5bfd1838379f1 (diff) | |
parent | e8b91eb48c35252159dc5b03da3adff393e071ad (diff) | |
download | nccps-2018-0096ca995b5885b64ef91afc7ddfbd9e703e16b8.tar.gz nccps-2018-0096ca995b5885b64ef91afc7ddfbd9e703e16b8.tar.bz2 nccps-2018-0096ca995b5885b64ef91afc7ddfbd9e703e16b8.zip |
Merge pull request #7 from Sashi20/development
Fixed issue of downloading attachments and minor changes in templates
Diffstat (limited to 'static/website/templates/view-proposals.html')
-rwxr-xr-x | static/website/templates/view-proposals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html index 89be03d..f2b1f64 100755 --- a/static/website/templates/view-proposals.html +++ b/static/website/templates/view-proposals.html @@ -16,7 +16,7 @@ </p> {% if not proposals %} <center> - <h3>Proposals are no longer accepted</h3> + <h3>You have not submitted any paper.</h3> </center> {% else %} |