diff options
author | Sashi20 | 2018-09-19 12:39:53 +0530 |
---|---|---|
committer | GitHub | 2018-09-19 12:39:53 +0530 |
commit | c907f4978c420c357e23c0f9098ca3d69a135bba (patch) | |
tree | 469d96d5e2729cfb7d78f696d9114a3a4b9dfd82 /static/website/templates/home.html | |
parent | 3ff95c180e304f889ddc0113603ac98bce63f42f (diff) | |
parent | 0f977c31a390436cf19eb5a78c4ebbb1de845d79 (diff) | |
download | nccps-2018-c907f4978c420c357e23c0f9098ca3d69a135bba.tar.gz nccps-2018-c907f4978c420c357e23c0f9098ca3d69a135bba.tar.bz2 nccps-2018-c907f4978c420c357e23c0f9098ca3d69a135bba.zip |
Merge pull request #9 from Sashi20/master
Added checkbox for terms and conditions in paper submission and modified email template for submission acknowledgement
Diffstat (limited to 'static/website/templates/home.html')
-rw-r--r-- | static/website/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 53fcc4d..f554cee 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -576,5 +576,5 @@ </div> </div> </div> -</div> +</div> {% endblock %} |