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:
leigh-mil
2019-10-01 13:58:29 -04:00
parent b990a59dc9
commit 7db38ede59
2 changed files with 4 additions and 19 deletions

View File

@@ -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>