Contact: Imporved display msg
authorYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 17 Jan 2014 13:17:53 +0000 (14:17 +0100)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 17 Jan 2014 13:17:53 +0000 (14:17 +0100)
portal/templates/contact.html

index ab00b15..12f76c3 100644 (file)
@@ -9,8 +9,8 @@
 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/onelab.css" />
 <div class="onelab-title well-lg">
   <h2>Onelab Support</h2>
-  <h4>If you have already registered, then please send an <a href="mailto:support@myslice.info">e-mail</a>
-  or <a href="http://trac.myslice.info/" >visit us</a></h4>
+  <h4>If you have any diffculties using the portal, please contact us by filling this form below.</h4>
+  <h4>You can also <a href="mailto:support@myslice.info">e-mail</a> us directly or consult to our <a href="http://trac.myslice.info/" >documentation</a></h4>
 </div>
 
 <!-- no hint for this form, moreover we need more space to write stuff down
@@ -24,7 +24,7 @@
       <div class="col-xs-6"> {{ field.errors }} {{ field }} <p class="form-hint">{{ field.help_text }}</p> </div>
     </div>
     {% endfor %}
-    <button class="submit btn btn-default col-xs-12" type="submit">Send to Support</button>
+    <button class="submit btn btn-default col-xs-12" type="submit">Submit to OneLab Support</button>
   </fieldset>
   </form>
 </div>