Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Flask_User_Reg
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mitchell Moore
Flask_User_Reg
Commits
86a3bfab
Commit
86a3bfab
authored
5 years ago
by
Mitchell Moore
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-spinner-text' into 'master'
Alter wait message See merge request
!41
parents
efeb61b8
6b5705a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!41
Alter wait message
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/templates/auth/SignUp.html
+2
-2
2 additions, 2 deletions
app/templates/auth/SignUp.html
with
2 additions
and
2 deletions
app/templates/auth/SignUp.html
+
2
−
2
View file @
86a3bfab
...
...
@@ -106,10 +106,10 @@
<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>
<h4
class=
"modal-title"
id=
"myModalLabel"
>
Account Request Received!
</h4>
</div>
<div
class=
"modal-body"
>
<span>
We ar
e creat
ing
your account.
It
may take 5-10 minutes.
</span>
<span>
Please wait while w
e creat
e
your account.
This
may take
up to
5-10 minutes.
</span>
<img
src=
"{{ url_for('static', filename='img/loading.gif') }}"
width=
"40px"
>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment