Refactoring

This commit is contained in:
Marc Ducobu 2014-11-10 12:40:55 +01:00
parent fedd7a3556
commit 0fd0f3994c

View File

@ -5,7 +5,6 @@
{% block title %}{{ 'views.Person.hlist.title'|trans({ '%name%' : person.__toString}) }}{% endblock title %}
{% block personcontent %}
<table class="rounded">
<thead>
<tr>
@ -44,10 +43,7 @@
{% endif %}
{% set i = i+1 %}
{% endfor %}
</tbody>
</table>
@ -75,11 +71,9 @@
{{'views.Person.hlist.open'|trans }}
</a>
{% endif %}
{% endspaceless %}
{% endspaceless %}
</div>
</div>
</div>
{% endblock personcontent %}