Configure email backend for local development and update NGINX HTTPS port in environment settings

This commit is contained in:
Ross
2025-12-15 12:44:57 +00:00
parent 00b736d8d6
commit 03b23b9178
3 changed files with 8 additions and 5 deletions
@@ -7,9 +7,9 @@
<tr><th>Name</th><th>Email</th></tr>
</thead>
<tbody>
{% for r in rows %}
<tr><td>{{ r.name }}</td><td>{{ r.email }}</td></tr>
{% endfor %}
{% for r in rows %}
<tr><td>{{ r.name }}</td><td>{{ r.email }}</td></tr>
{% endfor %}
</tbody>
</table>
</div>