Parcourir la source

verify Fixing some templating issues.

Mike Smith il y a 11 ans
Parent
commit
a1f22d41c1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>