Update day 16

Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
2023-05-21 19:28:38 +02:00
parent 33e2f1b72f
commit 10e318cdc5
3 changed files with 37 additions and 1 deletions

View File

@@ -3,12 +3,14 @@
<table>
<tr>
<th>Elementos</th>
<th></th>
</tr>
{% for tarea in tareas %}
<tr>
<td>{{ tarea.titulo }}</td>
<td><a href="{% url 'tarea' tarea.id %}">Ver</a></td>
</tr>
{% empty %}
@@ -16,4 +18,4 @@
{% endfor %}
</table>
</table>