From f837501f1065d723d882617871b10246a3296e47 Mon Sep 17 00:00:00 2001 From: Kostanjevec Date: Wed, 15 Jun 2022 02:56:47 +0200 Subject: [PATCH] setting up mailto action for matches --- templates/matches.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +