Show More
@@ -42,7 +42,7 b'' | |||
|
42 | 42 | <label for="new_password">${_('New password')}:</label> |
|
43 | 43 | </div> |
|
44 | 44 | <div class="input"> |
|
45 |
${h. |
|
|
45 | ${h.password('new_password')} | |
|
46 | 46 | </div> |
|
47 | 47 | </div> |
|
48 | 48 | |
@@ -60,7 +60,7 b'' | |||
|
60 | 60 | <label for="lastname">${_('Lastname')}:</label> |
|
61 | 61 | </div> |
|
62 | 62 | <div class="input"> |
|
63 |
${h. |
|
|
63 | ${h.text('lastname')} | |
|
64 | 64 | </div> |
|
65 | 65 | </div> |
|
66 | 66 |
General Comments 0
You need to be logged in to leave comments.
Login now