You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if field.field.required or field.field.required_for_publish %}<spanrole="presentation" title="{% translate 'This field is required' %}">*</span>{% endif %}
6
+
{% endblock %}
3
7
4
8
{% block after_label %}
5
-
{% if field.field.required_for_publish and not field.value %}
9
+
{% if field.field.required_for_publish and field|publish_value_missing %}
6
10
<iclass="fa fa-exclamation-circle u-danger" title="{% translate 'Missing field for publication' %}" aria-label="{% translate 'Missing field for publication' %}"></i>
0 commit comments