diff options
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/comments.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/comments.py b/youtube/comments.py index 1b22d24..bec7ea4 100644 --- a/youtube/comments.py +++ b/youtube/comments.py @@ -321,7 +321,7 @@ comment_box_template = Template(''' <form action="$form_action" method="post" class="comment-form"> <div id="comment-account-options"> <label for="username-selection">Account:</label> - <select id="username-selection"> + <select id="username-selection" name="username"> $options </select> <a href="''' + common.URL_ORIGIN + '''/login" target="_blank">Add account</a> |