changed link new template name

This commit is contained in:
overflowerror 2021-01-17 22:51:03 +01:00
parent 78c86aa7e7
commit bf6b1ed3f6
2 changed files with 1 additions and 1 deletions

View file

@ -283,7 +283,7 @@ class DashboardController extends AbstractController
$video->setCustomId($this->uuidMapper->toString($video->getId()));
return $this->render("dashboard/newlink.html.twig", [
return $this->render("dashboard/link-new.html.twig", [
"video" => $video,
"form" => $form->createView()
]);