closes #3788
parent
aafd4b6984
commit
9bc43ba5e1
@ -0,0 +1,9 @@
|
|||||||
|
<script type="text/tpl" data-template="500">
|
||||||
|
<div class="alert alert-danger">
|
||||||
|
<strong>[[global:500.title]]</strong>
|
||||||
|
<p>[[global:500.message]]</p>
|
||||||
|
<p>{path}</p>
|
||||||
|
<!-- IF error --><p>{error}</p><!-- ENDIF error -->
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</script>
|
@ -1,9 +1,6 @@
|
|||||||
<script type="text/tpl" data-template="500">
|
|
||||||
<div class="alert alert-danger">
|
<div class="alert alert-danger">
|
||||||
<strong>[[global:500.title]]</strong>
|
<strong>[[global:500.title]]</strong>
|
||||||
<p>[[global:500.message]]</p>
|
<p>[[global:500.message]]</p>
|
||||||
<p>{path}</p>
|
<p>{path}</p>
|
||||||
<!-- IF error --><p>{error}</p><!-- ENDIF error -->
|
<!-- IF error --><p>{error}</p><!-- ENDIF error -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</script>
|
|
Loading…
Reference in New Issue