apps.dashboard.views refactored to handle new item POST requests; add_item() FBV eliminated for newfound redundancy
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user