Update 'views/account.tt'

This commit is contained in:
mia 2019-02-23 06:00:31 +01:00
parent f186226340
commit 371ffbdc2c
1 changed files with 2 additions and 2 deletions

View File

@ -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 />
[&nbsp;<button class="textButton" action="submit">update</button>&nbsp;]
[&nbsp;<button class="textButton" action="submit">Update</button>&nbsp;]
</form>
</div>