Commit f25bae9c by David Ormsbee

Merge pull request #171 from MITx/arjun/fix_marketing

Temporary fix to allow pages that inherited the marketing template to display
parents 00f381dd 8fa9f19b
...@@ -9,11 +9,7 @@ ...@@ -9,11 +9,7 @@
<meta name="keywords" content="<%block name="keywords">MITx, online learning, MIT, online laboratory, education, learners, undergraduate, certificate</%block>" /> <meta name="keywords" content="<%block name="keywords">MITx, online learning, MIT, online laboratory, education, learners, undergraduate, certificate</%block>" />
<!--link rel="stylesheet" href="${ settings.LIB_URL }jquery.treeview.css" type="text/css" media="all" /--> <!--link rel="stylesheet" href="${ settings.LIB_URL }jquery.treeview.css" type="text/css" media="all" /-->
<%static:css group='marketing'/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--[if lt IE 8]>
<%static:css group='marketing-ie'/>
<![endif]-->
<script type="text/javascript" src="${static.url('js/jquery.min.js')}"></script> <script type="text/javascript" src="${static.url('js/jquery.min.js')}"></script>
<script type="text/javascript" src="${static.url('js/jquery-ui.min.js')}"></script> <script type="text/javascript" src="${static.url('js/jquery-ui.min.js')}"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment