瀏覽代碼

verify Fixing some templating issues.

Mike Smith 11 年之前
父節點
當前提交
a1f22d41c1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      luminus/hello/src/hello/views/templates/base.html

+ 1 - 1
luminus/hello/src/hello/views/templates/base.html

@@ -4,6 +4,6 @@
     <title>Fortunes</title>
   </head>
   <body>
-    {% block content %}
+    {% block content %}{% endblock %}
   </body>
 </html>