Skip to content
Snippets Groups Projects
Commit 691c8ec1 authored by Mitchell Moore's avatar Mitchell Moore
Browse files

Merge branch 'master' of https://gitlab.rc.uab.edu/mmoo97/flask_user_reg into boostrap-integration

parents 1708888c bd39803a
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@
">
<div class="col-md-12">
<img class="header-logo" height="100" style="margin-bottom: 20px" src="/register/static/img/cheaha-logo-a605de0aecd3006b82a5ee30a6d0cb8cd9bf8b7e836296cc293eac746a4c2b11.png">
<h2>Hello, {{ user }}!</h2>
......@@ -50,7 +51,7 @@
<div class="signUpContainer">
<label for="name"><b>Full Name:<br></b></label>
<input class="form-control" type="text" placeholder="Enter Full Name" name="name">
<input class="btn btn-primary btn-block" type="submit" value="submit" onclick="return empty()">
<input class="btn btn-primary btn-block" type="submit" value="submit">
</div>
</form>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment