forked from GNUsocial/gnu-social
[PLUGINS][ProfileColor] Re-organized plugins templates and assets. ProfileColor plugin fixed.
This commit is contained in:
@@ -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()];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user