Blame view

dictionary/templates/cross_reference_row.html 193 Bytes
janek37 authored
1
<li class="cr-row cr-add ui-state-default ui-corner-all">
janek37 authored
2
3
4
5
    {% if editable %}
        <span class="remove ui-icon ui-icon-closethick"></span>
    {% endif %}
    {{ cr_form.as_table }}
janek37 authored
6
</li>