add/clean API key view

This commit is contained in:
KF7EEL 2022-02-21 20:45:16 -08:00
parent e093ae8d83
commit 330147ec03
2 changed files with 3 additions and 1 deletions

View File

@ -2609,6 +2609,8 @@ FLOOD_TIMEOUT = ''' + str(s.unit_time)
content = ''' content = '''
<h1 style="text-align: center;">APRS Settings</h1> <h1 style="text-align: center;">APRS Settings</h1>
<p style="text-align: center;"><br /> Your API key: <strong>''' + str(user_aprs.api_keys)[1:-1] + '''</strong> </p>
<table class="table" > <table class="table" >
<thead> <thead>
<tr> <tr>

View File

@ -9,7 +9,7 @@
MMDVM Options MMDVM Options
</button></h4> </button></h4>
Your API key: <strong>{{user_api}}</strong> <p style="text-align: center;"><br /> Your API key: <strong>{{user_api}}</strong></p>
</div> </div>