Skip to content
Snippets Groups Projects
Unverified Commit d0921997 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Load correct CSS-class

parent d4462a38
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
{% set items = {'NameId' : nameid.value} %} {% set items = {'NameId' : nameid.value} %}
{% if not nameid.value %} {% if not nameid.value %}
{% set items = items|merge({'NameId' : 'not set'|trans}) %} {% set items = items|merge({'NameID' : 'not set'|trans}) %}
{% endif %} {% endif %}
{% if nameid.Format %} {% if nameid.Format %}
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
{% for name, value in items %} {% for name, value in items %}
<tr class="{{ cycle(['odd', 'even'], loop.index0) }}"> <tr class="{{ cycle(['odd', 'even'], loop.index0) }}">
<td class="attrname">{{ name }}</td> <td class="attrname">{{ name }}</td>
<td class="attrname">{{ value }}</td> <td class="attrvalue">{{ value }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</table><br> </table><br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment