Browse Source

HOT FIX

Arrumada variável no template crud/list.html
pull/2037/head
Talitha Pumar 8 years ago
committed by GitHub
parent
commit
98df5fde07
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sapl/templates/crud/list.html

2
sapl/templates/crud/list.html

@ -74,7 +74,7 @@
<td>
{% if href %}
<a href="{{ href }}">{{ value|safe|default:"" }}</a>
{% elif valu != 'core.Cep.None' %}
{% elif value != 'core.Cep.None' %}
{% if value|url %}
<a href="{{ value|safe }}"> {{ value|safe|default:"" }} </a></div>
{% else %}

Loading…
Cancel
Save