diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-10 17:46:47 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 14:36:59 -0700 |
commit | 210f39a845e676e162eaa73d7ca401a8d3d89bcf (patch) | |
tree | ddeea7c9f1785a5f9553d942ede30645bf133a77 /python/fatcat_web/templates/entity_macros.html | |
parent | 682f263e8053aab9ecce427eee9f3c589816941b (diff) | |
download | fatcat-210f39a845e676e162eaa73d7ca401a8d3d89bcf.tar.gz fatcat-210f39a845e676e162eaa73d7ca401a8d3d89bcf.zip |
entity view tweaks
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 77d4ff81..1d798dfb 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -55,7 +55,7 @@ </code> {% else %} <tr><td class="three wide right aligned"><code>{{ key }}</code></td> - <td class="seven wide"><code>{{ value }}</code> + <td class="seven wide"><code>{% if value != None %}{{ value }}{% endif %}</code> {% endif %} {% endfor %} </tbody> |