View | Details | Raw Unified | Return to bug 25311
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +1 lines)
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
- 

Return to bug 25311