Browse Source

Fixes fallback 'layout.html' template

sh4nks 10 years ago
parent
commit
b42d5a8ccc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/templates/layout.html

+ 1 - 1
flaskbb/templates/layout.html

@@ -28,7 +28,7 @@
     <body>
         <div id="wrap">
         {% block navigation %}
-        {%- from themes("macros.html") import topnav with context -%}
+        {%- from theme("macros.html") import topnav with context -%}
         <!-- Navigation -->
             <nav class="navbar navbar-default navbar-static-top">
                 <div class="container">