Skip to content
Snippets Groups Projects
Commit bb9fc599 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add Bootstrap modal in template

parent 5fd209c5
No related branches found
No related tags found
1 merge request!39Fix loading spinner
......@@ -110,6 +110,19 @@
</div>
<div id ="testo"></div>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" data-backdrop="static" data-keyboard="false">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">Thank you for requesting</h4>
</div>
<div class="modal-body">
<span>We are creating your account. It may take 5-10 minutes.</span>
<img src="{{ url_for('static', filename='img/loading.gif') }}" width="40px">
</div>
</div>
</div>
</div>
<footer>
<div class="container-fluid">
<div class="row">
......
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