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

fix templates

parent 80da3deb
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,8 @@
<div class="signUpContainer">
<label><b>{{ form.fullname.label }}<br></b></label>
{{ form.fullname(class_="form-control", placeholder="Enter Full Name") }}
<label><b>{{ form.reason.label }}<br></b></label>
{{ form.reason(class_="form-control", placeholder="Enter Reason for Account Request") }}
{{ form.submit(class_="btn btn-primary btn-block" ) }}
{% with messages = get_flashed_messages() %}
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Request Received!</title>
</head>
<body>
<h2>Thank You!</h2>
<p>
You will be emailed as soon as your request has been fulfilled.
</p>
</body>
</html>
\ No newline at end of file
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