summaryrefslogtreecommitdiff
path: root/static/website/templates
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-25 16:14:20 +0530
committerJayaram R Pai2014-09-25 16:14:20 +0530
commit0a1f6f7e58fb3ec9d3f9582a54b65e20f903c37f (patch)
tree4fcb7494af1ba11a9582bb12ab5ec582639967d9 /static/website/templates
parentb047e2143b719e9a693f421082f371f0b46b3a5d (diff)
parenta5d89d3cb8bd12a6acc3c6338d9edf94cde65474 (diff)
downloadscipy2014-0a1f6f7e58fb3ec9d3f9582a54b65e20f903c37f.tar.gz
scipy2014-0a1f6f7e58fb3ec9d3f9582a54b65e20f903c37f.tar.bz2
scipy2014-0a1f6f7e58fb3ec9d3f9582a54b65e20f903c37f.zip
Merge branch 'devel'
Diffstat (limited to 'static/website/templates')
-rwxr-xr-xstatic/website/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index 13f41d8..cc0220c 100755
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -90,6 +90,7 @@
<li><a href=""><img src="{% static 'website/images/googleplus.png' %}" alt="gp"></a></li>
</ul>
</div> <!-- /#social -->
+<script> aliasUrl = "{% settings_value 'ALIAS_URL' %}";</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="{% static 'dajax/jquery.dajax.core.js' %}"></script>