소스 검색

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 %}