update template

This commit is contained in:
KF7EEL 2021-05-07 09:24:28 -07:00
parent bc2b146f79
commit 3ed20d48ac
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<table style="width: 500px; margin-left: auto; margin-right: auto;" border="black" cellspacing="3" cellpadding="3">
<tbody>
<tr>
<td style="text-align: center;"><button onclick="window.location.href='{{dashboard_url}}/';"> Home </button></td>
<td style="text-align: center;"><button onclick="window.location.href='{{url}}/';"> Home </button></td>
</tr>
</tbody>
</table>