diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-22 11:13:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-22 11:13:01 +0200 |
commit | f3bc1b541619673f14db7de220b9c520a4f35ca8 (patch) | |
tree | 91c0c2a9163386aa19306dd46100422bff8b8ccb /client/src/app/+admin/overview/users | |
parent | b9393464a88899530b5d87e512eee814ca3ca8d8 (diff) | |
download | PeerTube-f3bc1b541619673f14db7de220b9c520a4f35ca8.tar.gz PeerTube-f3bc1b541619673f14db7de220b9c520a4f35ca8.tar.zst PeerTube-f3bc1b541619673f14db7de220b9c520a4f35ca8.zip |
Help button must not send the parent form
Diffstat (limited to 'client/src/app/+admin/overview/users')
-rw-r--r-- | client/src/app/+admin/overview/users/user-edit/user-edit.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+admin/overview/users/user-edit/user-edit.component.html b/client/src/app/+admin/overview/users/user-edit/user-edit.component.html index 278bd8c48..ce3226857 100644 --- a/client/src/app/+admin/overview/users/user-edit/user-edit.component.html +++ b/client/src/app/+admin/overview/users/user-edit/user-edit.component.html | |||
@@ -115,6 +115,7 @@ | |||
115 | 115 | ||
116 | <div class="form-group" *ngIf="isCreation()"> | 116 | <div class="form-group" *ngIf="isCreation()"> |
117 | <label i18n for="password">Password</label> | 117 | <label i18n for="password">Password</label> |
118 | |||
118 | <my-help *ngIf="isPasswordOptional()"> | 119 | <my-help *ngIf="isPasswordOptional()"> |
119 | <ng-template ptTemplate="customHtml"> | 120 | <ng-template ptTemplate="customHtml"> |
120 | <ng-container i18n> | 121 | <ng-container i18n> |