fix:OneLab Logo url
authorYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 29 Aug 2014 10:39:47 +0000 (12:39 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 29 Aug 2014 10:39:47 +0000 (12:39 +0200)
portal/templates/onelab/onelab_user_request_email.html
portal/templates/slice_request_email.html
portal/templates/user_request_denied.html
portal/templates/user_request_validated.html

index 4786a5c..de11037 100644 (file)
@@ -1,4 +1,4 @@
-<img src="https://onelab.eu/templates/onelab2/images/logo.png">
+<img src="{{ STATIC_URL }}img/onelab.png">     
 <br>
 <h1>NEW USER REQUEST</h1>
 <br>
index cb5bb4a..3f5f68f 100644 (file)
@@ -1,4 +1,4 @@
-<img src="https://onelab.eu/templates/onelab2/images/logo.png">
+<img src="{{ STATIC_URL }}img/onelab.png">
 <br>
 <h1>NEW SLICE REQUEST</h1>
 <br>
index 40ad706..9b954f7 100644 (file)
@@ -1,4 +1,4 @@
-<img src="https://onelab.eu/static/images/onelab.png">
+<img src="{{ STATIC_URL }}img/onelab.png">
 <br>
 <p>Dear {{first_name}} {{last_name}},</p>
 <p></p>
index 8bb6ee2..be97941 100644 (file)
@@ -1,4 +1,4 @@
-<img src="https://onelab.eu/templates/onelab2/images/logo.png">
+<img src="{{ STATIC_URL }}img/onelab.png">
 <br>
 <p>Dear {{first_name}} {{last_name}},</p>
 <p></p>