Fix username parameter not being sent
This commit is contained in:
parent
1cb0095536
commit
ca37786e38
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user