diff --git a/web/app.py b/web/app.py index d810a80..e102d46 100644 --- a/web/app.py +++ b/web/app.py @@ -1582,10 +1582,13 @@ def create_app(): ## view_news = News.query.order_by(News.time.desc()).paginate(page=page, per_page=1) #content = '''
@@ -1599,6 +1602,7 @@ def create_app(): | ''' + article.text + ''' |
''' + art_count = art_count + 1 #content = content + '''
''' return render_template('flask_user_layout.html', markup_content = Markup(content)) @@ -1786,10 +1790,11 @@ def create_app(): ## @login_required def tg_list(): cbl = BridgeList.query.filter_by(public_list=True).all() - print(cbl) +## print(cbl) content = '''
Note: Talkgroups listed here may not be available on all servers. See Passphrase(s) for complete list of talkgroup availability per server.
+