diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 17:48:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 17:48:55 -0700 |
commit | 1630922376080efd42469a99e4b4836ea9d00228 (patch) | |
tree | 321cfb9f7dac3807efeb3081243bc640df0afc46 /python/fatcat_web/templates/entity_macros.html | |
parent | 16126c5901c435ea6610eff8b7211226c6f125d5 (diff) | |
download | fatcat-1630922376080efd42469a99e4b4836ea9d00228.tar.gz fatcat-1630922376080efd42469a99e4b4836ea9d00228.zip |
more UI tweaking
Diffstat (limited to 'python/fatcat_web/templates/entity_macros.html')
-rw-r--r-- | python/fatcat_web/templates/entity_macros.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 4b70651f..56ec6c5d 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -56,7 +56,7 @@ <tr><td class="three wide right aligned"><code>{{ key }}.{{ inner_key }}</code></td> <td class="seven wide"><code>{{ inner_value }}</code> {% endfor %} - {% elif key in ("urls") and value and value is iterable and value is not string %} + {% elif key in ("urls") and value and value is iterable and value is not string and value[0] is string %} <tr><td class="three wide right aligned"><code>{{ key }}</code></td> <td class="seven wide"> <code> |