|
|
@@ -37,11 +37,11 @@ |
|
|
|
<td style="position: relative;"> |
|
|
|
${Entity_Type}, ${entity.get_entity_type.entity_subtype}<br> |
|
|
|
<strong> |
|
|
|
<a href="/entity/${entity.get_entity_type.entity_type}/${entity.slug}">${entity.name}</a> |
|
|
|
<a href="/entity/${entity.get_entity_type.slug_entity_type}/${entity.slug}">${entity.name}</a> |
|
|
|
</strong> |
|
|
|
% if request.user and request.user.Staff: |
|
|
|
<span style="float:right;"> |
|
|
|
<a href="/entity/${entity.get_entity_type.entity_type}/${entity.slug}/edit">edit</a> |
|
|
|
<a href="/entity/${entity.get_entity_type.slug_entity_type}/${entity.slug}/edit">edit</a> |
|
|
|
</span> |
|
|
|
% endif |
|
|
|
</td> |
|
|
|