Display attribute name of predicate required during a new rule defnition

This commit is contained in:
Mikaël Ates 2011-08-13 16:42:35 +02:00
parent 7017406dd6
commit 62c10be454
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@
<li>{% trans "Predicate identifier:" %} <strong>{{ p_id }}</strong></li>
<li>
{% if predicate.type == "urn:entrouvert:acs:constants:predicate-required" %}
{% trans "The predicate is of type" %} <strong>{% trans "predicate required" %}</strong>
{% trans "The predicate is " %} <strong>{% trans "attribute" %} {{ predicate.definition_name }} {% trans "is required" %}</strong>
{% trans "and is expected from" %}(
{% for s_id, s_name in predicate.sources_selected %}
<strong>{{ s_name }}</strong>,