add buttons to passphrase page

This commit is contained in:
KF7EEL 2021-08-06 20:30:21 -07:00
parent 89cf62e360
commit 4a76abbb5d
1 changed files with 2 additions and 2 deletions

View File

@ -745,10 +745,10 @@ def create_app():
</td>
</tr>
<tr>
<td style="text-align: center;"><a href="/talkgroups/''' + i.name + '''">Available Talkgroups</a></td>
<td style="text-align: center;"><a href="/talkgroups/''' + i.name + '''"><button type="button" class="btn btn-primary btn-block" >Available Talkgroups</button></a></td>
</tr>
<tr>
<td style="text-align: center;"><a href="''' + i.dash_url + '''">Dashboard</a></td>
<td style="text-align: center;"><a href="''' + i.dash_url + '''"><button type="button" class="btn btn-success btn-block" >Dashboard</button></a></td>
</tr>
</tbody>
</table>