more easy to read

This commit is contained in:
Cayo Puigdefabregas 2021-04-12 19:34:33 +02:00
parent 1620591deb
commit 4704045da8
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ class WbConfDocumentView(DeviceView):
'inventory': app.config['DB_SCHEMA'] 'inventory': app.config['DB_SCHEMA']
} }
data['erase'] = False data['erase'] = False
# data['erase'] = False if wbtype == 'usodyrate' else True # data['erase'] = True if wbtype == 'usodywipe' else False
env = flask.render_template('documents/wbSettings.ini', **data) env = flask.render_template('documents/wbSettings.ini', **data)
output = make_response(env) output = make_response(env)