mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix #1636 Documentary field are not displayedd
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
{% for class, config in result.display %}
|
||||
<td class="{{ class }}">
|
||||
{% for key , res in value %}
|
||||
{% if key == class %}
|
||||
{% if key|lower == class %}
|
||||
{% if config.bound == 1 and "</i>" not in res %}
|
||||
{% if key == "user" and value.user == "<b>TOTAL</b>"%}
|
||||
{{ res|raw }}
|
||||
|
Reference in New Issue
Block a user