join_view: terms and condition line added
authorYasin <mohammed-yasin.rahman@lip6.fr>
Wed, 24 Sep 2014 09:48:06 +0000 (11:48 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Wed, 24 Sep 2014 09:48:06 +0000 (11:48 +0200)
portal/templates/join_view.html

index 57d8034..89d06ba 100644 (file)
        </div>
 </div>
        <div class="form-group" >
-               <p></p>
+               <input type="checkbox" name="agreement" value="agreement" required />&nbsp;&nbsp; I agree to the
+<a href="/terms" target="_blank">terms and conditions.</a>
+
+               <br><br>
                <button type="submit" class="btn btn-onelab">Submit</button>
        </div>
 </form>