From 466953355f3e2a18cbdb93ca39d077103703f049 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 3 Sep 2019 14:15:44 -0700 Subject: webface include webarchive_urls for containers --- python/fatcat_web/templates/entity_macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/entity_macros.html') diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 4d6e80f2..0e3943dd 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -70,7 +70,7 @@ {{ key }}.{{ inner_key }} {{ inner_value }} {% endfor %} - {% elif key in ("urls") and value and value is iterable and value is not string and value[0] is string %} + {% elif key in ("urls", "webarchive_urls") and value and value is iterable and value is not string and value[0] is string %} {{ key }} -- cgit v1.2.3