diff --git a/perma_web/perma/templates/archive/single-link.html b/perma_web/perma/templates/archive/single-link.html index 1a36ef250..2d47da57a 100755 --- a/perma_web/perma/templates/archive/single-link.html +++ b/perma_web/perma/templates/archive/single-link.html @@ -146,9 +146,22 @@ {% if request.user.is_staff %}
-
Captured by
-
{{link.captured_by_software}}
+
Source
+ {% if link.captured_by_software == 'upload' %} +
User Upload
+ {% elif link.captured_by_software == 'perma' %} +
Captured by Perma (internal)
+ {% else %} +
Captured by Scoop
+ {% endif %}
+ {% else %} + {% if link.captured_by_software == 'upload' %} +
+
Source
+
User Upload
+
+ {% endif %} {% endif %} {% if can_delete and not link.capture_job.status == 'in_progress' %}
@@ -183,6 +196,12 @@
Description
{{link.submitted_description}}
+ {% if link.captured_by_software == 'upload' %} +
+
Source
+
User Upload
+
+ {% endif %} {% endif %} {% comment %} {% if link.organization %}