|
Lines 42-48
Link Here
|
| 42 |
<div class="dialog alert">Something went wrong when creating the patron. Check the logs.</div> |
42 |
<div class="dialog alert">Something went wrong when creating the patron. Check the logs.</div> |
| 43 |
[% CASE 'error_on_update_patron' %] |
43 |
[% CASE 'error_on_update_patron' %] |
| 44 |
<div class="dialog alert">Something went wrong when updating the patron. Check the logs.</div> |
44 |
<div class="dialog alert">Something went wrong when updating the patron. Check the logs.</div> |
| 45 |
[% CASE %]Unhandled error: [% message.error %] |
45 |
[% CASE %]Unhandled error: [% message.error | html %] |
| 46 |
[% END %] |
46 |
[% END %] |
| 47 |
[% END %] |
47 |
[% END %] |
| 48 |
[% END %] |
48 |
[% END %] |
| 49 |
- |
|
|