From 9255d7cf07e0bc63646de305be50dadd9171b520 Mon Sep 17 00:00:00 2001 From: Yasin <mohammed-yasin.rahman@lip6.fr> Date: Tue, 3 Jun 2014 17:20:00 +0200 Subject: [PATCH] fix: css --- portal/templates/join_view.html | 2 +- portal/templates/registration_view.html | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/portal/templates/join_view.html b/portal/templates/join_view.html index c93c45d8..8d1577ba 100644 --- a/portal/templates/join_view.html +++ b/portal/templates/join_view.html @@ -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> diff --git a/portal/templates/registration_view.html b/portal/templates/registration_view.html index 6fc4bf5b..e1a14ba2 100644 --- a/portal/templates/registration_view.html +++ b/portal/templates/registration_view.html @@ -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> @@ -462,8 +459,7 @@ <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 = [ -- 2.47.0