added new FT (not yet passing); changed list string syntax slightly

This commit is contained in:
Disco DeDisco
2026-01-01 21:42:52 -05:00
parent 4af36ca49c
commit 3081cd85b1
2 changed files with 33 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
</form>
<table id="id-list-table">
{% for item in items %}
<tr><td>{{ forloop.counter }}: {{ item.text }}</td></tr>
<tr><td>{{ forloop.counter }}. {{ item.text }}</td></tr>
{% endfor %}
</table>
</body>