fix: css
authorYasin <mohammed-yasin.rahman@lip6.fr>
Tue, 3 Jun 2014 15:20:00 +0000 (17:20 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Tue, 3 Jun 2014 15:20:00 +0000 (17:20 +0200)
portal/templates/join_view.html
portal/templates/registration_view.html

index c93c45d..8d1577b 100644 (file)
@@ -95,7 +95,7 @@
                placeholder="Email" maxlength="40" class="form-control" required>
        </div>
        <div class="form-group">
-       <input type="text" id="pi_phone" name="pi_phone" value="{{ pi_phone }}" 
+       <input type="tel" id="pi_phone" name="pi_phone" value="{{ pi_phone }}" 
                title="We may phone the manager as part of the validation process, and in case any issues arise with the use of the system."
                style="width:200px" placeholder="Phone number"  maxlength="20" class="form-control" required>
     </div>
index 6fc4bf5..e1a14ba 100644 (file)
@@ -3,14 +3,10 @@
 {% block content %}        
 
 <div class="row">
-       <div class="col-md-12">
        <h1><img src="{{ STATIC_URL }}icons/user-xs.png" alt="User Registration" />User sign-up</h1>
-       </div>
 </div>
 <div class="row">
-       <div class="col-md-12">
                <h3>Questions? <a href="/portal/contact" >Contact us</a></h3>
-       </div>
 </div>
 {% if errors %}
 <ul>
@@ -87,6 +83,7 @@
     </div>
        </div>
        </div>
+
        <div class="form-group">
                <input type="checkbox" name="agreement" value="agreement" required/> I agree to the 
                <button class="btn btn-primary btn-xs" data-toggle="modal" data-target="#myModal">terms and conditions</button> 
     <div class="form-group" id="register">
       <button class="submit btn btn-default" type="submit">Sign up</button>
     </div>
-  </form>  
-</div>
+</form>  
 <script>
 jQuery(document).ready(function(){
     var availableTags = [