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 @@
{% set items = {'NameId' : nameid.value} %}
{% if not nameid.value %}
{% set items = items|merge({'NameId' : 'not set'|trans}) %}
{% set items = items|merge({'NameID' : 'not set'|trans}) %}
{% endif %}
{% if nameid.Format %}
......@@ -61,7 +61,7 @@
{% for name, value in items %}
<tr class="{{ cycle(['odd', 'even'], loop.index0) }}">
<td class="attrname">{{ name }}</td>
<td class="attrname">{{ value }}</td>
<td class="attrvalue">{{ value }}</td>
</tr>
{% endfor %}
</table><br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment