Fix username parameter not being sent

This commit is contained in:
James Taylor 2018-12-26 20:12:55 -08:00
parent 1cb0095536
commit ca37786e38

View File

@ -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>