Basic group list
[xnet] / xnet / templates / base.html
index 8b0257f..69aa45d 100644 (file)
@@ -11,6 +11,7 @@
         <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
         <![endif]-->
         <link href="{% static 'css/common.css' %}" rel="stylesheet">
+        {% block css %}{% endblock %}
     </head>
     <body>
     {% block body %}
@@ -27,9 +28,9 @@
                 </p>
                 <div class="nav-collapse collapse">
                     <ul class="nav">
-                        <li{% if top == 'blah' %} class="active"{% endif %}>
-                            <a href="#">
-                                {% trans "blah" %}
+                        <li{% if top == 'groups' %} class="active"{% endif %}>
+                            <a href="/groups">
+                                {% trans "Groupes" %}
                             </a>
                         </li>
                         <li{% if top == 'blih' %} class="active"{% endif %}>