[PLUGINS][ProfileColor] Re-organized plugins templates and assets. ProfileColor plugin fixed.

This commit is contained in:
2021-09-25 11:17:56 +01:00
parent 765cf66ff2
commit 57b94af9f6
28 changed files with 72 additions and 103 deletions

View File

@@ -92,6 +92,6 @@ class AnswerPoll
}
}
return ['_template' => 'Poll/respondpoll.html.twig', 'question' => $question, 'form' => $form->createView()];
return ['_template' => 'poll/respondpoll.html.twig', 'question' => $question, 'form' => $form->createView()];
}
}