html string to be passed to teamsnap link
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{% for key, value in d.items %}
|
||||
<tr>
|
||||
<th>{{ key }}</th>
|
||||
<td>{{ value }}</td>
|
||||
<td>{{ value|safe }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
Reference in New Issue
Block a user