Fix #1636 Documentary field are not displayedd

This commit is contained in:
Nicolas Le Goff
2013-12-20 13:18:02 +01:00
parent 78c14287a3
commit 1106973b8b

View File

@@ -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 }}