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

Merge branch 'fix-spinner-text' into 'master'

Alter wait message

See merge request mmoo97/flask_user_reg!41
parents efeb61b8 6b5705a9
No related branches found
No related tags found
No related merge requests found
...@@ -106,10 +106,10 @@ ...@@ -106,10 +106,10 @@
<div class="modal-dialog modal-sm" role="document"> <div class="modal-dialog modal-sm" role="document">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<h4 class="modal-title" id="myModalLabel">Thank you for requesting</h4> <h4 class="modal-title" id="myModalLabel">Account Request Received!</h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<span>We are creating your account. It may take 5-10 minutes.</span> <span>Please wait while we create your account. This may take up to 5-10 minutes.</span>
<img src="{{ url_for('static', filename='img/loading.gif') }}" width="40px"> <img src="{{ url_for('static', filename='img/loading.gif') }}" width="40px">
</div> </div>
</div> </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