This commit is contained in:
Egor Matveev
2022-02-02 00:15:14 +03:00
parent 82a15f15c6
commit 715cd274c3
10 changed files with 152 additions and 19 deletions

View File

@@ -4,6 +4,9 @@
{% block main %}
<h2>Мои группы</h2>
{% for group in groups %}
<a href="/group?group_id={{ group.id }}">{{ group.name }}</a>
{% endfor %}
<hr><hr>
<h2>Топ задач сегодня</h2>
{% for task in top_tasks_today %}