Remove extra kwargs and put the text in the template since all error pages will show the same text in MVP
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
{{ Icon('cloud', classes="icon--red icon--large")}}
|
||||
<hr>
|
||||
<h1>{{ code }} - {{ message }}</h1>
|
||||
<p>{{ submessage }}</p>
|
||||
<p>{{ "errors.not_found_sub" | translate }}</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="panel__body">
|
||||
<p>
|
||||
{{ more_info }}
|
||||
{{ "common.lorem" | translate }}
|
||||
</p>
|
||||
<p>
|
||||
<a href="#">More lorem</a>
|
||||
|
Reference in New Issue
Block a user