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:
		
					parent
					
						
							
								c7278e65b7
							
						
					
				
			
			
				commit
				
					
						e3826c1750
					
				
			
		
					 7 changed files with 68 additions and 48 deletions
				
			
		|  | @ -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 > | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 prieto
				prieto