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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-2 / +1 lines)
Lines 152-158 Link Here
152
                                <input type="submit" value="Log in" class="btn" />
152
                                <input type="submit" value="Log in" class="btn" />
153
                                [% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %]
153
                                [% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %]
154
                                    <div id="forgotpassword">
154
                                    <div id="forgotpassword">
155
				        <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a>
155
                        <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a>
156
                                    </div>
156
                                    </div>
157
                                [% END %]
157
                                [% END %]
158
                                <div id="nologininstructions">
158
                                <div id="nologininstructions">
159
- 

Return to bug 8753