diff options
Diffstat (limited to 'youtube/templates/comments_page.html')
-rw-r--r-- | youtube/templates/comments_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/comments_page.html b/youtube/templates/comments_page.html index a77d2b4..302fcac 100644 --- a/youtube/templates/comments_page.html +++ b/youtube/templates/comments_page.html @@ -48,7 +48,7 @@ <label for="account-selection">Account:</label> <select id="account-selection" name="channel_id"> {% for account in accounts %} - <option value="{{ account['channel_id'] }}">{{ account['display_name'] }}</option> + <option value="{{ account[0] }}">{{ account[1] }}</option> {% endfor %} </select> <a href="/https://youtube.com/login" target="_blank">Add account</a> |