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> <label for="email">Email address:</label>
</td> </td>
<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> </td>
</tr> </tr>
<tr> <tr>
@ -130,6 +130,6 @@
</tr> </tr>
</table> </table>
<br /> <br />
[&nbsp;<button class="textButton" action="submit">update</button>&nbsp;] [&nbsp;<button class="textButton" action="submit">Update</button>&nbsp;]
</form> </form>
</div> </div>