diff options
author | Jayaram R Pai | 2014-10-20 17:17:05 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-10-20 17:17:05 +0530 |
commit | e443dfe0b07790de1953be4b7d231e1239931786 (patch) | |
tree | d6da4e27e1e95668e5b69c9ad0049c375338e24a /static/website/templates/poster.html | |
parent | 9c265e2757c499987964062410b2875477927858 (diff) | |
download | scipy2014-e443dfe0b07790de1953be4b7d231e1239931786.tar.gz scipy2014-e443dfe0b07790de1953be4b7d231e1239931786.tar.bz2 scipy2014-e443dfe0b07790de1953be4b7d231e1239931786.zip |
added poster page
Diffstat (limited to 'static/website/templates/poster.html')
-rw-r--r-- | static/website/templates/poster.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/website/templates/poster.html b/static/website/templates/poster.html new file mode 100644 index 0000000..667f18c --- /dev/null +++ b/static/website/templates/poster.html @@ -0,0 +1,5 @@ +{% extends 'website/templates/base.html' %} + +{% block content %} + <h3 class="garmond">Will be updated soon...</h3> +{% endblock %} |