A collection of minor improvements. #36

Open
mia wants to merge 20 commits from mia/cyberman:master into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 371ffbdc2c - Show all commits

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>