Fix the for loop maybe

This commit is contained in:
Yash Karandikar 2022-04-09 11:43:30 -05:00
parent eef0d06e5e
commit 589cfa26f3
Signed by: karx
GPG key ID: A794DA2529474BA5

View file

@ -22,7 +22,7 @@ navbar<br>
<!-- Some only selecting specific task code here, for smarter people then me -->
{% for task in tasks %}
{% includes "templates/task.html" %}
{% include "templates/task.html" %}
{% endfor %}
{% endblock content %}