Update not_a_registered_voter.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 21 May 2020 16:31:11 +0000 (12:31 -0400)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 16:31:11 +0000 (12:31 -0400)
not_a_registered_voter.php

index 3f7d21e..9efa6a8 100644 (file)
@@ -14,4 +14,7 @@ $dX = mysqli_fetch_array($rX);?>
 <div class='row'>
  <div class='col-sm-10' style='text-align:center;'><h3>https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1</h3></div>
 </div>
+<div class='row'>
+ <div class='col-sm-10' style='text-align:center;'><button type="button" class="btn btn-danger btn-lg btn-block" onclick="window.location.href='reset.php'">Restart Here</button></div>
+</div>
 <?PHP include_once('footer.php');