Avoid double loading of CsrfTags

This commit is contained in:
Carlos Ferreira 2017-04-11 03:04:49 +02:00 committed by GitHub
parent ce549b543f
commit c7ccd0bfff

View File

@ -14,7 +14,6 @@ AppAsset::register($this);
<head>
<title><?= Html::encode($this->pageTitle); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<?= Html::csrfMetaTags() ?>
<?php $this->head() ?>
<?= $this->render('@humhub/views/layouts/head'); ?>
<meta charset="<?= Yii::$app->charset ?>">
@ -29,4 +28,4 @@ AppAsset::register($this);
</body>
</html>
<?php $this->endPage() ?>
<?php $this->endPage() ?>