diff --git a/templates/list_edits.html b/templates/list_edits.html index 3ae6ebe..ebb1064 100644 --- a/templates/list_edits.html +++ b/templates/list_edits.html @@ -22,8 +22,10 @@ {% for edit in edit_list %} {{ edit.username }} - {{ edit.painting.label }} - ({{ edit.painting_qid }}) + {{ edit.painting.label }} + ({{ edit.painting_qid }}) + [wikidata] + {{ edit.depicts.label }} ({{ edit.depicts_qid }}) {{ edit.timestamp.strftime('%Y %b %d %H:%M') }} diff --git a/templates/user_page.html b/templates/user_page.html index f6280cc..cba0ac1 100644 --- a/templates/user_page.html +++ b/templates/user_page.html @@ -20,8 +20,10 @@ {% for edit in edit_list %} - {{ edit.painting.label }} - ({{ edit.painting_qid }}) + {{ edit.painting.label }} + ({{ edit.painting_qid }}) + [wikidata] + {{ edit.depicts.label }} ({{ edit.depicts_qid }}) {{ edit.timestamp.strftime('%Y %b %d %H:%M') }}