plugged up some testing holes with explicit placeholder urls in views and unit tests; most tests now pass

This commit is contained in:
Disco DeDisco
2026-01-02 00:00:56 -05:00
parent 3081cd85b1
commit 47bf26ce49
5 changed files with 31 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
</head>
<body>
<h1>Your To-Do List</h1>
<form method="POST">
<form method="POST" action="/">
<input name="item_text" id="id-new-item" placeholder="Enter a to-do item">
{% csrf_token %}
</form>