add description to external apps

This commit is contained in:
KF7EEL 2021-04-25 09:38:17 -07:00
parent dd4c7d91a1
commit 12169a1065
1 changed files with 4 additions and 0 deletions

View File

@ -276,6 +276,7 @@ def external_apps():
app_lst = app_lst + '''
<tr>
<td style="text-align: center;">&nbsp;''' + i_app[1]['app_name'] + '''</td>
<td style="text-align: center;">&nbsp;''' + i_app[1]['app_description'] + '''</td>
<td style="text-align: center;">&nbsp;<strong>?''' + str(i_app[0]) + '''</strong></td>
<td style="text-align: center;"><a href="''' + i_app[1]['website'] + '''">''' + i_app[1]['website'] + '''</a></td>
</tr> '''
@ -308,6 +309,9 @@ def external_apps():
<h3>Application</h3>
</td>
<td style="text-align: center;">
<h3>Description</h3>
</td>
<td style="text-align: center;">
<h3>Shortcut</h3>
</td>
<td style="text-align: center;">