pull/394/head
OzzieIsaacs 7 years ago
parent af8d908bba
commit fd39cbaa6f

@ -11,7 +11,7 @@
{% endif %}
<div class="form-group">
<label for="email">{{_('Email address')}}</label>
<input type="email" class="form-control" name="email" id="email" value="{{ content.email if content.email != None }}" autocomplete="off" required>
<input type="email" class="form-control" name="email" id="email" value="{{ content.email if content.email != None }}" autocomplete="off">
</div>
{% if ( g.user and g.user.role_passwd() or g.user.role_admin() ) and not content.role_anonymous() %}
<div class="form-group">

Loading…
Cancel
Save