Tweak the admin UI

This commit is contained in:
Thomas Sileo
2018-07-14 12:14:08 +02:00
parent feb611f4ce
commit d8f7967e6a
6 changed files with 46 additions and 21 deletions

2
app.py
View File

@@ -1585,7 +1585,7 @@ def following():
following, older_than, newer_than = paginated_query(DB.activities, q)
following = [
get_backend().fetch_iri(doc["activity"]["object"]) for doc in following
(doc["remote_id"], get_backend().fetch_iri(doc["activity"]["object"])) for doc in following
]
return render_template(
"following.html",