regform: fix- checkbox required
authorYasin <mohammed-yasin.rahman@lip6.fr>
Wed, 28 May 2014 15:31:50 +0000 (17:31 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Wed, 28 May 2014 15:31:50 +0000 (17:31 +0200)
portal/templates/registration_view.html

index f32bb4c..b7846e9 100644 (file)
@@ -83,7 +83,7 @@
                </div>
     </div>
        <div class="form-group">
-               <input type="checkbox" required /> I agree to the terms and conditions.
+               <input type="checkbox" name="agreement" value="agreement" required/> I agree to the terms and conditions 
        </div>
     <div class="form-group" id="register">
       <button class="submit btn btn-default" type="submit">Sign up</button>