revert broken change that prevented saving changes to local repo

People who get annoyed at not being able to edit "here" can send me a
patch, I don't have time for this nonsense.
This commit is contained in:
Joey Hess 2013-06-18 17:02:58 -04:00
parent 9775fad542
commit f651b87bbd
3 changed files with 3 additions and 9 deletions

View file

@ -33,13 +33,6 @@ textField = F.textField
|]
}
disabledTextField :: MkField Text
disabledTextField = F.textField
{ fieldView = \theId name attrs val _isReq -> [whamlet|
<input id="#{theId}" name="#{name}" *{attrs} type="text" value="#{either id id val}" disabled="true">
|]
}
{- Also without required attribute. -}
passwordField :: MkField Text
passwordField = F.passwordField