Add QR code for wifi on index page, some responsive design fixes
This commit is contained in:
parent
3829abaa03
commit
60d060e907
8 changed files with 57 additions and 16 deletions
|
|
@ -14,7 +14,7 @@ class LoginForm(FlaskForm):
|
|||
class SettingsForm(FlaskForm):
|
||||
# Access point settings
|
||||
ssid = StringField('SSID', validators=[DataRequired()])
|
||||
wifi_password = PasswordField(_l('WiFi Password'))
|
||||
wifi_password = StringField(_l('WiFi Password'))
|
||||
enable_access_point = BooleanField(_l('Enable Access Point'))
|
||||
# Customisation settings
|
||||
butterbox_name = StringField(_l('Butterbox Name'), validators=[DataRequired()])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue