This commit is contained in:
bakatrouble 2019-03-09 22:16:02 +03:00
parent dfb584116d
commit a24ab2dcf0

View File

@ -46,6 +46,7 @@ class FeedsAppConfigForm(ConfigForm):
helper.form_class = 'form-horizontal'
helper.label_class = 'col-sm-2'
helper.field_class = 'col-sm-10'
helper.form_tag = False
helper.layout = Layout(
Fieldset('Global', 'feed_bot_token'),
Fieldset('VK.com', 'russian_proxy_string', 'vk_username', 'vk_password', 'vk_auth', 'anticaptcha_token'),