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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-2 / +1 lines)
Lines 451-457 Link Here
451
                        </ul>
451
                        </ul>
452
                    [% END %]
452
                    [% END %]
453
453
454
                    [% UNLESS error OR atomic_updates.error OR has_update_errors %]
454
                    [% UNLESS error OR atomic_updates.error.size OR has_update_errors %]
455
                        <p>Everything went okay. Update done.</p>
455
                        <p>Everything went okay. Update done.</p>
456
                        <p><a href="install.pl?step=3&amp;op=finished" class="btn btn-primary">Continue to log in to Koha</a></p>
456
                        <p><a href="install.pl?step=3&amp;op=finished" class="btn btn-primary">Continue to log in to Koha</a></p>
457
                    [% ELSE %]
457
                    [% ELSE %]
458
- 

Return to bug 38750