diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-02-09 08:05:00 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-02-11 13:28:22 -0500 |
commit | b069af3bc9fe5ad91c01a0d7b4f7c9d833291e23 (patch) | |
tree | eb3dc419eb99ca70e84aa3f2e81b3587c55a20ad /install | |
parent | eed1130008282ac6b78a654b72aedfb4e3095d2d (diff) | |
download | freeipa-b069af3bc9fe5ad91c01a0d7b4f7c9d833291e23.tar.gz freeipa-b069af3bc9fe5ad91c01a0d7b4f7c9d833291e23.tar.xz freeipa-b069af3bc9fe5ad91c01a0d7b4f7c9d833291e23.zip |
Fix migration page
Diffstat (limited to 'install')
-rw-r--r-- | install/migration/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/migration/index.html b/install/migration/index.html index 55c4ec559..c626e2415 100644 --- a/install/migration/index.html +++ b/install/migration/index.html @@ -28,7 +28,7 @@ </div> <div id="formwindow"> <h4>Login</h4> - <form id="login" action="" name=""> + <form id="login" action="migration.py" method="post" name=""> <ul> <li> <label for="username">Username:</label> |