Commit aac0218e83dbd7fbf1097d49ccc8827c69e107c3
1 parent
83583dbc1e
Exists in
master
and in
1 other branch
make verify email nicer
Showing 1 changed file with 15 additions and 9 deletions Side-by-side Diff
templates/verifyemail.html
View file @
aac0218
1 | -<div class="row" ng-show="success"> | |
2 | - <h1>Email verified!</h1> | |
3 | -</div> | |
1 | +<div class="container"> | |
2 | + <div class="row"> | |
3 | + <div class="card"> | |
4 | + <div class="row" ng-show="success"> | |
5 | + <h1>Email verified!</h1> | |
6 | + </div> | |
4 | 7 | |
5 | -<div class="row" ng-show="error"> | |
6 | - <h1>Problem with email verification!</h1> | |
7 | -</div> | |
8 | + <div class="row" ng-show="error"> | |
9 | + <h1>Problem with email verification!</h1> | |
10 | + </div> | |
8 | 11 | |
9 | -<div class="row" ng-show="!success && !error"> | |
10 | - <p>hi, how did you get here?</p> | |
12 | + <div class="row" ng-show="!success && !error"> | |
13 | + <p>hi, how did you get here?</p> | |
14 | + </div> | |
15 | + </div> | |
16 | + </div> | |
11 | 17 | </div> |