Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f5edc1d

Browse files
committed
fixed bad form field name
1 parent bdb8375 commit f5edc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/accounts/details.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.control-group.pull-left
1010
%label.control-label First Name
1111
.controls
12-
= text_field_tag "account[last_name]", @member.first_name, class: "input-medium"
12+
= text_field_tag "account[first_name]", @member.first_name, class: "input-medium"
1313
.control-group.pull-left
1414
%label.control-label Username:
1515
.controls= current_user.username

0 commit comments

Comments
 (0)