This commit is contained in:
parent
8d5cf827a0
commit
bd9a18eec6
@ -1,6 +1,9 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
<div class="panel-block">
|
||||||
|
|
||||||
<div class="w-small w-2/3 mx-auto py-10 text-gray-600">
|
<div class="w-small w-2/3 mx-auto py-10 text-gray-600">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
@ -29,4 +32,5 @@
|
|||||||
{% include 'todo.html' %}
|
{% include 'todo.html' %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
Loading…
Reference in New Issue
Block a user