aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-12-26 20:12:55 -0800
committerJames Taylor <user234683@users.noreply.github.com>2018-12-26 20:12:55 -0800
commitca37786e3888e4f4a58e5ba991b0e9ec3d6e9d3b (patch)
tree1e911d270e061bb055683e0f4f3624528247cd2d
parent1cb0095536b1263da82282f23476bc28a13e1995 (diff)
downloadyt-local-ca37786e3888e4f4a58e5ba991b0e9ec3d6e9d3b.tar.lz
yt-local-ca37786e3888e4f4a58e5ba991b0e9ec3d6e9d3b.tar.xz
yt-local-ca37786e3888e4f4a58e5ba991b0e9ec3d6e9d3b.zip
Fix username parameter not being sent
-rw-r--r--youtube/comments.py2
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>