From 49ac34c2b23ce586c19630999af9f72a976aa7df Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 7 Mar 2019 02:35:59 -0800 Subject: webface: fix abstracts, description --- python/fatcat_web/templates/release_view.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html index b42db4a5..14e50953 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -8,15 +8,16 @@ - + + - {% if abstracts %} - - - + {% if release.abstracts %} + + + {% endif %} {% for author in authors %} -- cgit v1.2.3