diff --git a/ereuse_devicehub/config.py b/ereuse_devicehub/config.py index 32fd1a22..490336a7 100644 --- a/ereuse_devicehub/config.py +++ b/ereuse_devicehub/config.py @@ -81,6 +81,7 @@ class DevicehubConfig(Config): """Admin email""" EMAIL_ADMIN = config('EMAIL_ADMIN', '') + EMAIL_DEMO = config('EMAIL_DEMO', 'hello@usody.com') """Definition of path where save the documents of customers""" PATH_DOCUMENTS_STORAGE = config('PATH_DOCUMENTS_STORAGE', '/tmp/') diff --git a/ereuse_devicehub/templates/workbench/settings.html b/ereuse_devicehub/templates/workbench/settings.html index 01301e30..f2f29106 100644 --- a/ereuse_devicehub/templates/workbench/settings.html +++ b/ereuse_devicehub/templates/workbench/settings.html @@ -19,7 +19,7 @@
Please select one of this options
+ {% if not demo %}Download ISO workbench and burn it one one usb stick.
- Download Checksum: SHA512SUMS | - Signature + Download Checksum: SHA512SUMS
+ Download Checksum: SHA512SUMS +
+