Skip to content

Commit

Permalink
HAML bug
Browse files Browse the repository at this point in the history
  • Loading branch information
drewteter committed Mar 17, 2023
1 parent 397dadb commit 833785f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/configs/_miscellaneous.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

= f.input :require_user_confirmation, require: true, include_blank: false,
label: "Require users to confirm email addresses",
input_html: {value: Config.require_user_confirmation,
input_html: {value: Config.require_user_confirmation},
as: :select

= f.input :max_walk_minutes, require: true,
Expand Down

0 comments on commit 833785f

Please sign in to comment.