diff --git a/tom_dataproducts/templates/tom_dataproducts/partials/dataproduct_list_for_target.html b/tom_dataproducts/templates/tom_dataproducts/partials/dataproduct_list_for_target.html index eb119fd8a..4c7331e5c 100644 --- a/tom_dataproducts/templates/tom_dataproducts/partials/dataproduct_list_for_target.html +++ b/tom_dataproducts/templates/tom_dataproducts/partials/dataproduct_list_for_target.html @@ -31,7 +31,7 @@

Data

{% if sharing_destinations %} - + {% else %}

Not Configured

{% endif %} diff --git a/tom_dataproducts/templates/tom_dataproducts/partials/share_target_data.html b/tom_dataproducts/templates/tom_dataproducts/partials/share_target_data.html index bcccaabc4..33d8deffe 100644 --- a/tom_dataproducts/templates/tom_dataproducts/partials/share_target_data.html +++ b/tom_dataproducts/templates/tom_dataproducts/partials/share_target_data.html @@ -3,7 +3,7 @@ {% load tom_common_extras %}
- Publish Data for {{ target.name }}: + Share Data for {{ target.name }}:
{% if sharing_destinations %}
diff --git a/tom_dataproducts/templatetags/dataproduct_extras.py b/tom_dataproducts/templatetags/dataproduct_extras.py index 59cbc1894..7c237b5e2 100644 --- a/tom_dataproducts/templatetags/dataproduct_extras.py +++ b/tom_dataproducts/templatetags/dataproduct_extras.py @@ -127,7 +127,7 @@ def upload_dataproduct(context, obj): @register.inclusion_tag('tom_dataproducts/partials/share_target_data.html', takes_context=True) def share_data(context, target): """ - Publish data to Hermes + Share data to Hermes or another TOM """ initial = {'submitter': context['request'].user,