add description to external apps
This commit is contained in:
parent
dd4c7d91a1
commit
12169a1065
@ -276,6 +276,7 @@ def external_apps():
|
||||
app_lst = app_lst + '''
|
||||
<tr>
|
||||
<td style="text-align: center;"> ''' + i_app[1]['app_name'] + '''</td>
|
||||
<td style="text-align: center;"> ''' + i_app[1]['app_description'] + '''</td>
|
||||
<td style="text-align: center;"> <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;">
|
||||
|
Loading…
Reference in New Issue
Block a user