diff --git a/templates/matches.html b/templates/matches.html index aaec5b7..e5dd5ff 100644 --- a/templates/matches.html +++ b/templates/matches.html @@ -7,11 +7,12 @@ {% block content %} {% if list_of_matches %} - {% for match in list_of_matches %} + + {% for match in list_of_matches %} + {% endfor %}
Title UsersAction
{{ match[0]['title'] }} @@ -21,6 +22,9 @@ {{ names_by_ids[card['owner_id']] }} {% endfor %} + send email +