You've already forked Curso-lenguaje-python
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user