Skip to content
Snippets Groups Projects

added cerfity buttom feature

Closed Krish Moodbidri requested to merge feat-check-certify into feat-account-renewal
2 files
+ 9
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -53,8 +53,7 @@
@@ -53,8 +53,7 @@
<div class="col-md-10 col-sm-10 my-col">
<div class="col-md-10 col-sm-10 my-col">
<div id="form-wrapper">
<div id="form-wrapper">
<h2> Account/User Certification Needed </h2>
<h2> Account/User Certification Needed </h2>
<p style="font-size:110%;"> {{ welcome_msg |safe }}</p>
<button class="btn btn-primary btn-md" id="submit" name="submit" type="button" value="certify"> Certify Account</button>
<button class="btn btn-primary btn-md" id="submit" name="submit" type="button" value="Submit" onclick="accountCertification()"> Certify Account</button>
</div>
</div>
</div>
</div>
</div>
</div>
Loading