]> git.parisson.com Git - telecasting-www.git/commitdiff
team django
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 27 Nov 2013 00:13:14 +0000 (01:13 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 27 Nov 2013 00:13:14 +0000 (01:13 +0100)
templates/telecasting/location.html

index dabc11dbfccd1288d89ce64a43448e91add57f66..658d9c0149bb6ed3a8c6c58869aecbefca8e5731 100644 (file)
@@ -1,35 +1,11 @@
-<!DOCTYPE HTML>
+{% extends "telecasting/index.html" %}
+{% load i18n %}
+{% load bento_tags %}
 
-<html lang="fr" class="no-js">
- <head>
-  <title>Mobile Web Tv</title>
-  <meta charset="UTF-8" />
-  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
-  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-  <meta name="description" content="Solution Web TV 100% Mobile & Portable" />
-  <meta name="keywords" content="" />
-  
-  <link rel="icon" type="image/png" href="img/favicon.png">
-  <link rel="shortcut icon" href="img/favicon.ico">
-  
-  <script src="js/modernizr-2.5.3.min.js"></script>
-  <!--[if lte IE 8]><script src="js/html5shiv.js"></script><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
-  <script src="js/jquery.min.js"></script>
-  <script src="js/jquery.dropotron.js"></script>
-  <script src="js/config.js"></script>
-  <script src="js/skel.min.js"></script>
-  <script src="js/skel-panels.min.js"></script>
-  
-
-  <noscript>
-   <link rel="stylesheet" href="css/style.css" />
-   <link rel="stylesheet" href="css/skel-noscript.css" />
-   <link rel="stylesheet" href="css/style-desktop.css" />
-  </noscript>
- </head>
- <body class="right-sidebar">
+    {% block slides %}  
+    {% endblock slides %}
 
+{% block content %}
   <!-- Header Wrapper -->
    <div class="color01" id="header-wrapper">
     <div class="container">
     </div>
    </div>
   <!-- /Main Wrapper -->
-  <!-- Footer Wrapper -->
-   <div id="wrapper" class="wrapper-copyright color01">
-    <div class="container">
-     <div class="row">
-      <div class="12u">
-       <!-- Copyright -->
-        <div id="copyright">
-         <span>
-          &copy; telecasting 2013 <a href=""></a>
-         </span>
-        </div>
-       <!-- /Copyright -->
-      
-      </div>
-     </div>
-    </div>
-   </div>
-  <!-- Footer Wrapper -->
-
- </body>
-</html>
\ No newline at end of file
+  {% endblock content %}
\ No newline at end of file