久保田隼基 8 лет назад
Родитель
Сommit
9be145a20b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/views/me/index.html

+ 1 - 1
lib/views/me/index.html

@@ -75,7 +75,7 @@
           {% endif %}
         </div>
       </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>