revert change

This commit is contained in:
KF7EEL 2021-10-15 14:30:51 -07:00
parent 4859ef9e98
commit 3feb1e7036
1 changed files with 2 additions and 2 deletions

View File

@ -6637,8 +6637,8 @@ Name: <strong>''' + p.name + '''</strong>&nbsp; -&nbsp; Port: <strong>''' + str(
'''
content = content + '</tbody></table>'
## except:
## content = '<h4><p style="text-align: center;">No UNIT table.</p></h4>'
#### except:
#### content = '<h4><p style="text-align: center;">No UNIT table or other.</p></h4>'
return render_template('flask_user_layout.html', markup_content = Markup(content))