forked from .cyb/cyberman
Update 'views/account.tt'
This commit is contained in:
parent
f186226340
commit
371ffbdc2c
|
@ -54,7 +54,7 @@
|
|||
<label for="email">Email address:</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="email" name="email" id="email" value="<% user.email | html_entity %>" />
|
||||
<input type="email" name="email" id="email" value="<% user.email | html_entity %>" required/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -130,6 +130,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
[ <button class="textButton" action="submit">update</button> ]
|
||||
[ <button class="textButton" action="submit">Update</button> ]
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue