Quill/views/auth_error.php
2014-05-30 08:09:41 -07:00

8 lines
No EOL
137 B
PHP

<div class="narrow">
<?= partial('partials/header') ?>
<h2><?= $this->error ?></h2>
<p><?= $this->errorDescription ?></p>
</div>