diff options
Diffstat (limited to 'views/edit')
-rw-r--r-- | views/edit/error.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/views/edit/error.php b/views/edit/error.php new file mode 100644 index 0000000..ede6e0d --- /dev/null +++ b/views/edit/error.php @@ -0,0 +1,13 @@ +<div class="narrow"> + <?= partial('partials/header') ?> + + <h1>Error</h1> + + <p><?= htmlspecialchars($this->summary) ?></p> + + <div class="bs-callout bs-callout-danger"> + <h4><?= htmlspecialchars($this->error) ?></h4> + <?= htmlspecialchars($this->error_description) ?> + </div> + +</div>
\ No newline at end of file |