This repository has been archived on 2025-03-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
php-frs/templates/mail_failed_html.mustache
2016-08-02 11:54:13 +02:00

18 lines
309 B
Plaintext

{{> html_head}}
{{> mdl_head}}
{{> mdl_content_head}}
<div class="frs-crumbs mdl-color-text--grey-500">
<a href="./">Fake Reservation System</a> &gt; Send Reservation
</div>
<h3>Mail sending FAILED</h3>
<p>
There was an error sending the mail.
</p>
{{> mdl_content_foot}}
{{> mdl_foot}}
{{> html_foot}}