forked from wallabag/wallabag
Migrate first level template references to new notation
This commit is contained in:
@ -70,7 +70,7 @@ class InstapaperController extends Controller
|
||||
);
|
||||
}
|
||||
|
||||
return $this->render('WallabagImportBundle:Instapaper:index.html.twig', [
|
||||
return $this->render('@WallabagImport/Instapaper/index.html.twig', [
|
||||
'form' => $form->createView(),
|
||||
'import' => $instapaper,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user