From 9a244738236056673f51176363db4e063d6d3cd1 Mon Sep 17 00:00:00 2001 From: Arul Date: Sun, 18 Sep 2016 00:53:14 +0530 Subject: [PATCH] fix on author bio --- templates/article.html | 2 +- templates/author.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/article.html b/templates/article.html index 27ae8b1..ce8cd75 100644 --- a/templates/article.html +++ b/templates/article.html @@ -173,7 +173,7 @@
{% for author in article.authors %} - {% if AUTHORS_BIO and AUTHORS_BIO[author.name.lower()] != None %} + {% if AUTHORS_BIO and author.name.lower() in AUTHORS_BIO %}