try to define a decent naming scheme for templates,
[myslice.git] / templates / layout-myslice.html
similarity index 97%
rename from templates/myslice-layout.html
rename to templates/layout-myslice.html
index 4fc6e85..de2792e 100644 (file)
@@ -31,7 +31,7 @@
     <div id='header'>
     {% block header %}
       <a id='menu_logo' href="/"><img class="logo" src="{{ STATIC_URL }}img/myslice-logo.png" alt="MySlice" /></a>
-      {% include 'mymenu-widget.html' %}
+      {% include 'widget-topmenu.html' %}
     {% endblock header %}
     </div>