Made "all" card filter highlighted as default.
This commit is contained in:
@@ -75,7 +75,7 @@ def cards():
|
||||
'''
|
||||
cur = db.execute(query)
|
||||
cards = cur.fetchall()
|
||||
return render_template('cards.html', cards=cards, filter_name=None)
|
||||
return render_template('cards.html', cards=cards, filter_name="all")
|
||||
|
||||
|
||||
@app.route('/filter_cards/<filter_name>')
|
||||
|
||||
Reference in New Issue
Block a user