Skip to content

Commit b391c0c

Browse files
ChristopherChristopher
authored andcommitted
fixes #129
if I grok Laddr correctly, this should now allow users to edit their first and last name.
1 parent 8bbd87e commit b391c0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

html-templates/profile/profileEdit.tpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676

7777
<h2 class="h3">{_ 'Contact Information'}</h2>
7878

79+
{field inputName="FirstName" label="First Name" type="text" default=$User->FirstName}
80+
{field inputName="LastName" label="Last Name" type="text" default=$User->LastName}
7981
{field inputName="Email" label="Email" type="email" default=$User->Email}
8082
{field inputName="Phone" label="Phone" type="tel" default=$User->Phone}
8183
{field inputName="Twitter" label="Twitter" type="text" default=$User->Twitter}
@@ -132,4 +134,4 @@
132134
</form>
133135
</div>
134136
</div>
135-
{/block}
137+
{/block}

0 commit comments

Comments
 (0)