apps.dashboard.views refactored to handle new item POST requests; add_item() FBV eliminated for newfound redundancy

This commit is contained in:
Disco DeDisco
2026-01-19 18:48:21 -05:00
parent d406b38207
commit af3e20faef
5 changed files with 33 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
{% block title_text %}Your to-do list{% endblock title_text %}
{% block header_text %}Your to-do list{% endblock header_text %}
{% block form_action %}/apps/dashboard/{{ list.id }}/add-item{% endblock form_action %}
{% block form_action %}/apps/dashboard/{{ list.id }}/{% endblock form_action %}
{% block table %}
<table id="id-list-table" class="table">