mirror of https://github.com/kf7eel/hbnet.git
add/clean API key view
This commit is contained in:
parent
e093ae8d83
commit
330147ec03
|
|
@ -2609,6 +2609,8 @@ FLOOD_TIMEOUT = ''' + str(s.unit_time)
|
|||
content = '''
|
||||
<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" >
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
MMDVM Options
|
||||
</button></h4>
|
||||
|
||||
Your API key: <strong>{{user_api}}</strong>
|
||||
<p style="text-align: center;"><br /> Your API key: <strong>{{user_api}}</strong></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue