aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.html b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
index 705d6e71a..3a24c4136 100644
--- a/client/src/app/+videos/+video-edit/shared/video-edit.component.html
+++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
@@ -72,6 +72,15 @@
72 72
73 <div class="form-group"> 73 <div class="form-group">
74 <label i18n for="licence">Licence</label> 74 <label i18n for="licence">Licence</label>
75
76 <my-help>
77 <ng-template ptTemplate="customHtml">
78 <ng-container i18n>
79 <a href="https://chooser-beta.creativecommons.org/" target="_blank" rel="noopener noreferrer">Choose</a> the appropriate license for your work.
80 </ng-container>
81 </ng-template>
82 </my-help>
83
75 <my-select-options 84 <my-select-options
76 labelForId="licence" [items]="videoLicences" formControlName="licence" [clearable]="true" 85 labelForId="licence" [items]="videoLicences" formControlName="licence" [clearable]="true"
77 ></my-select-options> 86 ></my-select-options>