diff --git a/store/app.py b/store/app.py index 2cb0a11e..c3816f6e 100644 --- a/store/app.py +++ b/store/app.py @@ -119,7 +119,7 @@ def index(): @app.route('/catalog') def browse_catalog(category_filter=None): - return render_template("catalog.html", user=session.get('user', {}), catalog=catalog) + return render_template("catalog.html", user=session.get('user', {}), catalog=catalog, timestamp_now=int(time.time())) @app.route('/app/') diff --git a/store/templates/catalog.html b/store/templates/catalog.html index 59c1e4c0..09b9cc09 100644 --- a/store/templates/catalog.html +++ b/store/templates/catalog.html @@ -66,10 +66,10 @@
{% for app, infos in catalog['apps'].items() %} -
+