diff --git a/ereuse_devicehub/resources/documents/documents.py b/ereuse_devicehub/resources/documents/documents.py index 3eadfb4d..75210340 100644 --- a/ereuse_devicehub/resources/documents/documents.py +++ b/ereuse_devicehub/resources/documents/documents.py @@ -328,7 +328,7 @@ class WbConfDocumentView(DeviceView): 'inventory': app.config['DB_SCHEMA'] } 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) output = make_response(env)