mirror of
https://github.com/humhub/humhub.git
synced 2025-01-29 12:28:06 +01:00
Avoid double loading of CsrfTags
This commit is contained in:
parent
ce549b543f
commit
c7ccd0bfff
@ -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() ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user