aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-add/video-add.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/video-add/video-add.component.html')
-rw-r--r--client/src/app/videos/video-add/video-add.component.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/videos/video-add/video-add.component.html b/client/src/app/videos/video-add/video-add.component.html
index 80d229cb8..cbe274e8a 100644
--- a/client/src/app/videos/video-add/video-add.component.html
+++ b/client/src/app/videos/video-add/video-add.component.html
@@ -1,5 +1,7 @@
1<h3>Upload a video</h3> 1<h3>Upload a video</h3>
2 2
3<div *ngIf="error" class="alert alert-danger">{{ error }}</div>
4
3<form (ngSubmit)="uploadFile()" #videoForm="ngForm"> 5<form (ngSubmit)="uploadFile()" #videoForm="ngForm">
4 <div class="form-group"> 6 <div class="form-group">
5 <label for="name">Video name</label> 7 <label for="name">Video name</label>