diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-21 10:52:22 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-21 11:03:46 +0100 |
commit | 21e6dc811d18637dbadb31c724420361913dbc29 (patch) | |
tree | 3b45186eef0fc21779873607712ec68483db17d1 /client/src/app/login/login.component.html | |
parent | 4ee6a8b13edb0dd6186139f3a6589b06139f464b (diff) | |
download | PeerTube-21e6dc811d18637dbadb31c724420361913dbc29.tar.gz PeerTube-21e6dc811d18637dbadb31c724420361913dbc29.tar.zst PeerTube-21e6dc811d18637dbadb31c724420361913dbc29.zip |
Cleanup login form
Diffstat (limited to 'client/src/app/login/login.component.html')
-rw-r--r-- | client/src/app/login/login.component.html | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index 6c6a41c4a..0b0bacff0 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html | |||
@@ -3,15 +3,18 @@ | |||
3 | Login | 3 | Login |
4 | </div> | 4 | </div> |
5 | 5 | ||
6 | <div class="alert alert-warning" *ngIf="from.upload" role="alert"> | 6 | <div class="alert alert-info" *ngIf="signupAllowed === false" role="alert"> |
7 | <h6 class="alert-heading" i18n> | 7 | <h6 class="alert-heading" i18n> |
8 | If you are looking for an account… | 8 | If you are looking for an account… |
9 | </h6> | 9 | </h6> |
10 | |||
10 | <div i18n> | 11 | <div i18n> |
11 | Currently this instance doesn't allow for user registration, but you can find an instance | 12 | Currently this instance doesn't allow for user registration, but you can find an instance |
12 | that gives you the possibility to sign up for an account and upload your videos there. | 13 | that gives you the possibility to sign up for an account and upload your videos there. |
13 | Find yours among multiple instances at <a class="alert-link" [href]="instancesIndexUrl" target="_blank" rel="noopener noreferrer">{{ instancesIndexUrl }}</a> | 14 | |
14 | , a directory of instances recommended by this instance. | 15 | <br /> |
16 | |||
17 | Find yours among multiple instances at <a class="alert-link" href="https://joinpeertube.org/instances" target="_blank" rel="noopener noreferrer">https://joinpeertube.org/instances</a>. | ||
15 | </div> | 18 | </div> |
16 | </div> | 19 | </div> |
17 | 20 | ||
@@ -30,16 +33,6 @@ | |||
30 | <a i18n *ngIf="signupAllowed === true" routerLink="/signup" class="create-an-account"> | 33 | <a i18n *ngIf="signupAllowed === true" routerLink="/signup" class="create-an-account"> |
31 | or create an account | 34 | or create an account |
32 | </a> | 35 | </a> |
33 | |||
34 | <a i18n *ngIf="signupAllowed === false" href="https://joinpeertube.org/instances#instances-list" target="_blank" title="Click here to see a list of instances where to register" class="create-an-account"> | ||
35 | or create an account on another instance | ||
36 | </a> | ||
37 | |||
38 | <my-help *ngIf="signupAllowed === false"> | ||
39 | <ng-template ptTemplate="customHtml"> | ||
40 | <ng-container i18n>User registration is not allowed on this instance, but you can register on many others!</ng-container> | ||
41 | </ng-template> | ||
42 | </my-help> | ||
43 | </div> | 36 | </div> |
44 | 37 | ||
45 | <div *ngIf="formErrors.username" class="form-error"> | 38 | <div *ngIf="formErrors.username" class="form-error"> |