fix
This commit is contained in:
parent
42af21820b
commit
889c9e3ad1
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ userManagePage l10n locale userDetails authOverviews version mcookie =
|
||||||
H.p $ do
|
H.p $ do
|
||||||
H.toHtml $ translate "Authentication details"
|
H.toHtml $ translate "Authentication details"
|
||||||
mapM_
|
mapM_
|
||||||
(\(MT.AuthOverview aoid comment method) -> H.form
|
(\(MT.AuthOverview aoid _ comment method) -> H.form
|
||||||
H.! HA.method "post"
|
H.! HA.method "post"
|
||||||
H.! HA.action ("/" <>
|
H.! HA.action ("/" <>
|
||||||
fromString (show $ linkURI $
|
fromString (show $ linkURI $
|
||||||
|
|
Loading…
Reference in a new issue