diff options
author | hardythe1 | 2013-10-09 14:50:00 +0530 |
---|---|---|
committer | hardythe1 | 2013-10-09 14:50:00 +0530 |
commit | c949dc9df3d57fa02a34d1eef7176436aefa23d9 (patch) | |
tree | 0cca1899f3f370f56321cdd379c4d3f6d467e1d7 /website/templates/register_2013.html | |
download | SciPy2013-c949dc9df3d57fa02a34d1eef7176436aefa23d9.tar.gz SciPy2013-c949dc9df3d57fa02a34d1eef7176436aefa23d9.tar.bz2 SciPy2013-c949dc9df3d57fa02a34d1eef7176436aefa23d9.zip |
Initializing repo with all the files
Diffstat (limited to 'website/templates/register_2013.html')
-rw-r--r-- | website/templates/register_2013.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/website/templates/register_2013.html b/website/templates/register_2013.html new file mode 100644 index 0000000..0914ed9 --- /dev/null +++ b/website/templates/register_2013.html @@ -0,0 +1,7 @@ +{% extends 'page.html'%} +{% block content %} +<h3>Register</h3> +<iframe id="register" src="http://scipyindia2013.doattend.com/" width="100%" height="700"> +fallback +</iframe> +{% endblock %} |