1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-31 03:29:03 +01:00

Replace the term lodel_id in the interface by LeObject class method

This commit is contained in:
prieto 2016-08-17 13:39:32 +02:00
commit e3826c1750
7 changed files with 68 additions and 48 deletions

View file

@ -12,7 +12,7 @@
{% endif %}
{% if field.directly_editable %}
<input id="{{fieldname}}" name="field_input_{{fieldname}}" type="text" value="{{sval}}" >
{% set l_classe = field.allowed_classes %}
{% set l_classe = field._linked_classes %}
<p> Please enter uids to instances of {{ l_classe.__name__ }} separated by commas </p>
{% else %}
<input id="{{fieldname}}" name="field_input_{{fieldname}}" type="text" value="{{sval}}" readonly >