Browse Source

fix for a typo

`endfor` should be inside the table tag
Dmitri Sotnikov 12 năm trước cách đây
mục cha
commit
2e3231ef56
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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 %}