浏览代码

fix for a typo

`endfor` should be inside the table tag
Dmitri Sotnikov 12 年之前
父节点
当前提交
2e3231ef56
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      luminus/hello/src/hello/views/templates/home.html

+ 3 - 3
luminus/hello/src/hello/views/templates/home.html

@@ -12,7 +12,7 @@
     <td>{{message.id}}</td>
     <td>{{message.message}}</td>
   </tr>
-</table>  
   {% endfor %}
-
-{% endblock %}
+</table>  
+  
+{% endblock %}