Username from g.user

This commit is contained in:
Edward Betts 2019-11-07 10:21:13 +00:00
parent 476db3ca9c
commit 6dd860cfb6

2
app.py
View file

@ -373,7 +373,7 @@ def item_page(item_id):
catalog=catalog,
labels=find_more_props,
entity=item.entity,
username=wikidata_oauth.get_username(),
username=g.user,
label=label,
label_languages=label_languages,
show_translation_links=show_translation_links,