Kaynağa Gözat

verify Fixing some templating issues.

Mike Smith 11 yıl önce
ebeveyn
işleme
a1f22d41c1

+ 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>