Skip to content
Snippets Groups Projects

Feat-changes-for-UI-deploy

Merged Krish Moodbidri requested to merge krish94/self-reg-form:fix-texts-deploy into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
<html class="gr__rc_uab_edu">
<title>User Authorization Error </title>
<title> Account Unauthorized </title>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.min.js"></script>
@@ -52,7 +52,7 @@
<div class="col-md-10 col-sm-10 my-col">
<div id="form-wrapper">
<h2> User Authorization Error </h2>
<h2> Account Unauthorized </h2>
<p style="font-size:110%;"> {{ unauthorized_msg |safe }}</p>
</div>
</div>
Loading