@@ -75,7 +75,7 @@
{% endif %}
</div>
- <div class="form-group {% if not user.Emailpublished %}has-error{% endif %}">
+ <div class="form-group {% if not user.isEmailpublished %}has-error{% endif %}">
<label for="userForm[isEmailPublished]" class="col-sm-2 control-label">{{ t('Disclose E-mail') }}</label>
<div class="col-sm-4">
<label class="radio-inline"><input type="radio" name="userForm[isEmailPublished]" value="{{ true }}" {% if user.isEmailPublished == true %}checked="checked"{% endif %}>{{ t('Show') }}</label>