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>
|
<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 />
|
||||||
[ <button class="textButton" action="submit">update</button> ]
|
[ <button class="textButton" action="submit">Update</button> ]
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue