summaryrefslogtreecommitdiff
path: root/static/website/templates/poster.html
diff options
context:
space:
mode:
authorJayaram R Pai2014-10-20 17:17:05 +0530
committerJayaram R Pai2014-10-20 17:17:05 +0530
commite443dfe0b07790de1953be4b7d231e1239931786 (patch)
treed6da4e27e1e95668e5b69c9ad0049c375338e24a /static/website/templates/poster.html
parent9c265e2757c499987964062410b2875477927858 (diff)
downloadscipy2014-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.html5
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 %}