ORB/templates/default/error/page_error.tem

9 lines
418 B
Plaintext
Raw Permalink Normal View History

2018-05-22 00:35:52 +01:00
<div class="cell small-8 small-offset-2">
2016-12-30 12:42:02 +00:00
<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>