Use a green box for part creation dialog.

This commit is contained in:
Jan Böhmer 2019-03-13 15:01:19 +01:00
parent 2d18014b35
commit c9e0f550d9
4 changed files with 13 additions and 4 deletions

View file

@ -110,7 +110,7 @@ class PartController extends AbstractController
}
return $this->render('edit_part_info.html.twig',
return $this->render('new_part.html.twig',
[
"part" => $new_part,
"form" => $form->createView()