html string to be passed to teamsnap link

This commit is contained in:
2021-12-11 08:50:53 -06:00
parent 316118c273
commit 40acea5e2f
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
{% for key, value in d.items %}
<tr>
<th>{{ key }}</th>
<td>{{ value }}</td>
<td>{{ value|safe }}</td>
</tr>
{% endfor %}
</table>