Username from g.user
This commit is contained in:
parent
476db3ca9c
commit
6dd860cfb6
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue