Prechádzať zdrojové kódy

Remove commented todo from base.html

Edd Baldry 8 rokov pred
rodič
commit
031e6fe4d5
1 zmenil súbory, kde vykonal 4 pridanie a 16 odobranie
  1. 4 16
      bakerydemo/templates/base.html

+ 4 - 16
bakerydemo/templates/base.html

@@ -66,12 +66,6 @@
                 {% get_site_root as site_root %}
                 {% top_menu parent=site_root calling_page=self %}
                 {# main_menu is defined in base/templatetags/navigation_tags.py #}
-                {% comment %}
-                <li role="presentation" class="active"><a href="#">Bread</a></li>
-                <li role="presentation"><a href="#">Blog</a></li>
-                <li role="presentation"><a href="#">About</a></li>
-                <li role="presentation"><a href="#">Contact</a></li>
-                {% endcomment %}
               </ul>
             </nav>
           </div>
@@ -90,16 +84,10 @@
     </div>
     {% endif %}
 
-    <div class="container">
-        <div class="row">
-            <div class="col-lg-7 col-lg-offset-2">
-                {% block breadcrumbs %}
-                    {% breadcrumbs %}
-                {# breadcrumbs is defined in base/templatetags/navigation_tags.py #}
-                {% endblock %}
-            </div>
-        </div>
-    </div>
+    {% block breadcrumbs %}
+        {% breadcrumbs %}
+    {# breadcrumbs is defined in base/templatetags/navigation_tags.py #}
+    {% endblock %}
 
     <content> 
         <div class="container">