Add EULA and Privacy Policy checkboxes
make this generalizable and customizable later ...
diff --git a/templates/header.htm b/templates/header.htm
index 23acf05..8c8411f 100644
--- a/templates/header.htm
+++ b/templates/header.htm
@@ -14,6 +14,9 @@
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="<?php echo $BASE_URL?>/static/main.js"></script>
+ <style>
+ .form-check-label { margin-left: 1ex;}
+</style>
</head>
<body>
<div class="container mb-8" id="main_container" >