Quellcode durchsuchen

verify Fixing some templating issues.

Mike Smith vor 11 Jahren
Ursprung
Commit
a1f22d41c1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>