regform: fix- checkbox required
[unfold.git] / 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>