login form action to https://koha.ffzg.hr
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-auth.tt
index febe4d2..a046b9c 100644 (file)
@@ -72,7 +72,7 @@ please choose against which one you would like to authenticate: </p>
 
 [% END %]
 
-<form action="[% url %]" name="auth" id="auth" method="post">
+<form action="https://koha.ffzg.hr[% url %]" name="auth" id="auth" method="post">
   <input type="hidden" name="koha_login_context" value="opac" />
 <fieldset class="brief">[% FOREACH INPUT IN INPUTS %]
   <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />