actually committed previously enumerated changes; the previous commit actually contained only the migrations reflecting these changes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{% block form_action %}{% url "view_list" list.id %}{% endblock form_action %}
|
||||
|
||||
{% block table %}
|
||||
<table id="id-list-table" class="table">
|
||||
<table id="id_list_table" class="table">
|
||||
{% for item in list.item_set.all %}
|
||||
<tr><td>{{ forloop.counter }}. {{ item.text }}</td></tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user