398453c1e4
before it was done as computed properties of model accessing encryption key in serializer is done via global application var. this should be removed in long-term
11 lines
260 B
Handlebars
11 lines
260 B
Handlebars
<div class="box">
|
|
<h2>error</h2>
|
|
<p>
|
|
{{#if isDecryptionError}}
|
|
Decryption failed. Please double check the URL. Make sure that no
|
|
character is missing.
|
|
{{else}}
|
|
We are sorry. An unexpected error occurred.
|
|
{{/if}}
|
|
</p>
|
|
</div>
|