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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-3 / +1 lines)
Lines 291-298 Link Here
291
                            </ol>
291
                            </ol>
292
                        </div>
292
                        </div>
293
293
294
                        <form action="/cgi-bin/koha/installer/install.pl" method="post">
294
                        <form action="/cgi-bin/koha/installer/install.pl" method="get">
295
                            [% INCLUDE 'csrf-token.inc' %]
296
                            <input type="hidden" name="step" value="3" />
295
                            <input type="hidden" name="step" value="3" />
297
                            <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p>
296
                            <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p>
298
                        </form>
297
                        </form>
299
- 

Return to bug 37981