-
{{ resource.name }}
+
{{ resource.name }}
{% if resource.archived %}
{% trans "Deleted" %}
{% endif %}
diff --git a/cadasta/templates/resources/table_sm.html b/cadasta/templates/resources/table_sm.html
index 4433746b2..403987bd1 100644
--- a/cadasta/templates/resources/table_sm.html
+++ b/cadasta/templates/resources/table_sm.html
@@ -10,13 +10,14 @@
{% for resource in resource_list %}
-
+ {% url 'resources:project_detail' project=object.slug organization=object.organization.slug resource=resource.id as resource_url %}
+
- {{ resource.name }}
+ {{ resource.name }}
{{ resource.original_file }}
|
diff --git a/cadasta/templates/spatial/location_detail.html b/cadasta/templates/spatial/location_detail.html
index ab5c5b06c..7d5d0b65a 100644
--- a/cadasta/templates/spatial/location_detail.html
+++ b/cadasta/templates/spatial/location_detail.html
@@ -69,8 +69,9 @@ {% trans "Location" %} {{ location.name }}
{% for rel in relationships %}
-
- {{ rel.tenure_type.label }} |
+ {% url 'parties:relationship_detail' object.organization.slug object.slug rel.id as relationship_url %}
+
+ {{ rel.tenure_type.label }} |
{{ rel.party.name }} |
{% endfor %}