fix 500-embed.tpl
parent
324fbcf325
commit
56118ec1da
@ -1,8 +1,8 @@
|
|||||||
<script type="text/tpl" data-template="500">
|
<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>
|
</script>
|
Loading…
Reference in New Issue