diff options
author | Jayaram Pai | 2014-04-19 17:55:25 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-04-19 17:55:25 +0530 |
commit | 2fbf3ecf6cae63691380ec8cc9df2c4beff29dae (patch) | |
tree | 11212c19678c33f4546987079b05f037406ea9b1 /static/website/templates/base.html | |
parent | 83063012ac3eac51983c83d3b1681595aa59eb1d (diff) | |
download | spoken-tutorial-forums-2fbf3ecf6cae63691380ec8cc9df2c4beff29dae.tar.gz spoken-tutorial-forums-2fbf3ecf6cae63691380ec8cc9df2c4beff29dae.tar.bz2 spoken-tutorial-forums-2fbf3ecf6cae63691380ec8cc9df2c4beff29dae.zip |
basic email and notification added, new frontpage interface
Diffstat (limited to 'static/website/templates/base.html')
-rw-r--r-- | static/website/templates/base.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html index 97b9194..172c901 100644 --- a/static/website/templates/base.html +++ b/static/website/templates/base.html @@ -5,6 +5,7 @@ <title>Spoken-Tutorial Forums</title> {% compress css %} <link rel="stylesheet" href="{% static 'website/css/bootstrap.min.css' %}" type="text/css" media="screen" charset="utf-8" /> + <link rel="stylesheet" href="{% static 'website/slick/slick.css' %}" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="{% static 'website/css/main.css' %}" type="text/css" media="screen" charset="utf-8" /> {% endcompress %} </head> @@ -27,7 +28,7 @@ Spoken Tutorial Forums </a> </div> <!-- /.navbar-header --> - + <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> @@ -109,7 +110,7 @@ {% compress js %} <script src="{% static 'website/js/jquery.min.js' %}"></script> <script src="{% static 'website/js/bootstrap.min.js' %}"></script> - + <script src="{% static 'website/slick/slick.min.js' %}"></script> {% block javascript %} <!-- overide with custom javascript --> {% endblock %} |