mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-21 11:05:32 +01:00
Fixing what.cd preferences
This commit is contained in:
@@ -307,12 +307,12 @@ m<%inherit file="base.html"/>
|
||||
</div>
|
||||
<div class="config">
|
||||
<div class="row">
|
||||
<label>What.cd UID Number: </label>
|
||||
<input type="text" name="whatcd_uid" value="${config['whatcd_uid']}" size="36">
|
||||
<label>What.cd Username: </label>
|
||||
<input type="text" name="whatcd_username" value="${config['whatcd_username']}" size="36">
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>What.cd Passkey: </label>
|
||||
<input type="text" name="whatcd_passkey" value="${config['whatcd_passkey']}" size="36">
|
||||
<input type="password" name="whatcd_password" value="${config['whatcd_password']}" size="36">
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user