From d7b535dc9501629931585f4a41d58edb09eebcbc Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Sat, 12 Nov 2016 15:21:48 +0300 Subject: [PATCH] ARTICLE_AUTHORS -> HIDE_AUTHORS --- alchemy/templates/article.html | 2 +- alchemy/templates/base.html | 2 +- alchemy/templates/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 987a6dd..542e4c6 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -33,7 +33,7 @@ {% endfor %} {% endif %} - {% if article.authors and ARTICLE_AUTHORS %} + {% if not HIDE_AUTHORS and article.authors %}
  • {% for author in article.authors %} diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 0e901ed..26abc2f 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -113,7 +113,7 @@