Selaa lähdekoodia

fix for a typo

`endfor` should be inside the table tag
Dmitri Sotnikov 12 vuotta sitten
vanhempi
commit
2e3231ef56
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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 %}