]> git.mxchange.org Git - friendica.git/blobdiff - view/login.tpl
Merge pull request #21 from fabrixxm/fixinstall
[friendica.git] / view / login.tpl
index 5240bb9ad4e188cfd5a33f667278c47f79ce819d..5349fa3d836876f186e1f1398723e178c735a399 100644 (file)
                <input type="submit" name="submit" id="login-submit-button" value="$login" />
        </div>
        
+       {{ for $hiddens as $k=>$v }}
+               <input type="hidden" name="$k" value="$v" />
+       {{ endfor }}
+       
+       
 </form>