other files inadvertently skipped in prev commit

This commit is contained in:
Disco DeDisco
2026-01-03 19:21:40 -05:00
parent a393628ca2
commit 8955d51474
3 changed files with 23 additions and 31 deletions

View File

@@ -1,12 +1,6 @@
<html>
<head>
<title>Dashboard</title>
</head>
<body>
<h1>Dashboard | Start a new to-do list</h1>
<form method="POST" action="/apps/dashboard/newlist">
<input name="item_text" id="id-new-item" placeholder="Enter a to-do item">
{% csrf_token %}
</form>
</body>
</html>
{% extends "core/base.html" %}
{% block title_text %}Start a new to-do list{% endblock title_text %}
{% block header_text %}Start a new to-do list{% endblock header_text %}
{% block form_action %}/apps/dashboard/newlist{% endblock form_action %}