mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	fix condition when confirming delete action
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
|     <p class="message-confirm">{{ confirm_question }}</p> | ||||
| {% endif %} | ||||
|  | ||||
| {% if display_content is not empty %} | ||||
| {% if display_content is defined and display_content is not empty %} | ||||
|     {{ display_content|raw }} | ||||
| {% endif %} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user