diff --git a/media/videos/Progress_-_Lift_Me_Up_Live_Performance_-_Glitch_Sessions_VotoBPZ.mp4 b/media/videos/Progress_-_Lift_Me_Up_Live_Performance_-_Glitch_Sessions_VotoBPZ.mp4
new file mode 100644
index 0000000..c407c3d
Binary files /dev/null and b/media/videos/Progress_-_Lift_Me_Up_Live_Performance_-_Glitch_Sessions_VotoBPZ.mp4 differ
diff --git a/media/videos/Progress_-_Lift_Me_Up_Live_Performance_-_Glitch_Sessions_rFFVRcw.mp4 b/media/videos/Progress_-_Lift_Me_Up_Live_Performance_-_Glitch_Sessions_rFFVRcw.mp4
new file mode 100644
index 0000000..c407c3d
Binary files /dev/null and b/media/videos/Progress_-_Lift_Me_Up_Live_Performance_-_Glitch_Sessions_rFFVRcw.mp4 differ
diff --git a/media/videos/Progress_-_Lift_Me_Up_Live_Performance_-_Glitch_Sessions_vCyeih3.mp4 b/media/videos/Progress_-_Lift_Me_Up_Live_Performance_-_Glitch_Sessions_vCyeih3.mp4
new file mode 100644
index 0000000..c407c3d
Binary files /dev/null and b/media/videos/Progress_-_Lift_Me_Up_Live_Performance_-_Glitch_Sessions_vCyeih3.mp4 differ
diff --git a/media/videos/zuri_figma.png b/media/videos/zuri_figma.png
new file mode 100644
index 0000000..cba73a4
Binary files /dev/null and b/media/videos/zuri_figma.png differ
diff --git a/movies/forms.py b/movies/forms.py
index 4fe1451..18cd920 100644
--- a/movies/forms.py
+++ b/movies/forms.py
@@ -8,6 +8,11 @@ class Meta:
model = Movie
fields = {'title' : '', 'description': '', 'video' : ''}
+class EditMovieForm(MovieForm):
+ class Meta:
+ model = Movie
+ fields = {'title' : '', 'description': ''}
+
class MovieCommentForm(forms.ModelForm):
class Meta:
model = MovieComment
diff --git a/movies/templates/1base.html b/movies/templates/1base.html
index bcc7bb4..a722581 100644
--- a/movies/templates/1base.html
+++ b/movies/templates/1base.html
@@ -5,22 +5,23 @@