user_saml/templates/error.php
Roeland Jago Douma 140100b23e
Actually add error page
* The base route now has a function as well so it is not just some empty
route
* We now actually have an error page

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-11 11:56:55 +02:00

5 lines
98 B
PHP

<div class="error">
<h2><?php p($l->t('Error')) ?></h2>
<p><?php p($_['message']) ?></p>
</div>