Modified home page template. Added more FT and UT
This commit is contained in:
		| @@ -4,9 +4,12 @@ | ||||
|   </head> | ||||
|   <body> | ||||
|     <h1>Your To-Do list</h1> | ||||
|     <input id="id_new_item" placeholder="Enter a to-do item" /> | ||||
|     <form method="POST"> | ||||
|       <input name="item_text" id="id_new_item" placeholder="Enter a to-do item" /> | ||||
|       {% csrf_token %} | ||||
|     </form> | ||||
|     <table id="id_list_table"> | ||||
|        | ||||
|       <tr><td>1: {{ new_item_text }}</td></tr> | ||||
|     </table> | ||||
|   </body> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user