Add simple error page box

This commit is contained in:
Chris 2016-12-30 12:42:02 +00:00
parent ed95043ffd
commit 1c7df6b102

View File

@ -0,0 +1,8 @@
<div class="small-8 small-centered columns">
<table class="notebox notebox-error">
<tr>
<td class="nbox-image show-for-medium"><img src="{V_[templatepath]}images/error.png" width="48" height="48" alt="error" /></td>
<td class="nbox-text">%(message)s</td>
</tr>
</table>
</div>