Browse Source

verify Fixing some templating issues.

Mike Smith 11 years ago
parent
commit
a1f22d41c1
1 changed files with 1 additions and 1 deletions
  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>
     <title>Fortunes</title>
   </head>
   </head>
   <body>
   <body>
-    {% block content %}
+    {% block content %}{% endblock %}
   </body>
   </body>
 </html>
 </html>