appstore: iterate on search/filters, cosmetics
This commit is contained in:
@ -118,8 +118,8 @@ def index():
|
||||
|
||||
|
||||
@app.route('/catalog')
|
||||
def browse_catalog(category_filter=None):
|
||||
return render_template("catalog.html", user=session.get('user', {}), catalog=catalog, timestamp_now=int(time.time()))
|
||||
def browse_catalog():
|
||||
return render_template("catalog.html", init_search=request.args.get("search"), init_category=request.args.get("category"), user=session.get('user', {}), catalog=catalog, timestamp_now=int(time.time()))
|
||||
|
||||
|
||||
@app.route('/app/<app_id>')
|
||||
|
Reference in New Issue
Block a user