2025-12-30 22:06:06 -05:00
|
|
|
<html>
|
2025-12-30 22:19:42 -05:00
|
|
|
<head>
|
2026-01-02 20:01:23 -05:00
|
|
|
<title>Dashboard</title>
|
2025-12-30 22:19:42 -05:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-01-02 20:01:23 -05:00
|
|
|
<h1>Dashboard | Start a new to-do list</h1>
|
2026-01-02 00:00:56 -05:00
|
|
|
<form method="POST" action="/">
|
2025-12-31 14:54:23 -05:00
|
|
|
<input name="item_text" id="id-new-item" placeholder="Enter a to-do item">
|
2025-12-30 23:47:25 -05:00
|
|
|
{% csrf_token %}
|
|
|
|
|
</form>
|
2025-12-30 22:19:42 -05:00
|
|
|
</body>
|
2025-12-30 22:06:06 -05:00
|
|
|
</html>
|