8.6.3 Table Styling
parent
f091214d3f
commit
863ed901f2
|
@ -5,7 +5,7 @@
|
|||
{% block form_action %}/lists/{{ list.id }}/add_item{% endblock %}
|
||||
|
||||
{% block table %}
|
||||
<table id="id_list_table">
|
||||
<table id="id_list_table" class="table">
|
||||
{% for item in list.item_set.all %}
|
||||
<tr><td>{{ forloop.counter }}: {{ item.text }}</td></tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue