From 503e45a0a9f1c3e5eba0a319cc47a24047531fd3 Mon Sep 17 00:00:00 2001 From: ShadyNagy Date: Fri, 20 Dec 2024 19:26:36 +0200 Subject: [PATCH] fix --- .../Pages/Admin/Videos/Create.cshtml | 365 +++++++++--------- 1 file changed, 181 insertions(+), 184 deletions(-) diff --git a/src/DevBetterWeb.Web/Pages/Admin/Videos/Create.cshtml b/src/DevBetterWeb.Web/Pages/Admin/Videos/Create.cshtml index a81c4208..dddcaa2d 100644 --- a/src/DevBetterWeb.Web/Pages/Admin/Videos/Create.cshtml +++ b/src/DevBetterWeb.Web/Pages/Admin/Videos/Create.cshtml @@ -2,21 +2,21 @@ @model DevBetterWeb.Web.Pages.Admin.Videos.CreateModel @{ - ViewData["Title"] = "Create"; + ViewData["Title"] = "Create"; } @@ -25,35 +25,35 @@
-
-
-
- - - -
-
-
-
- - -
-
-
-
-
-
- - -
-
-
-
- - -
-
-
+
+
+
+ + + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
@@ -71,30 +71,30 @@
-
-
-
-
-
- - 0% - -
-
-
-
-
-
- -
-
-
+
+
+
+
+
+ + 0% + +
+
+
+
+
+
+ +
+
+
- Back to List + Back to List
@section Scripts { @@ -103,70 +103,69 @@ } -} + +} \ No newline at end of file