From 51bd2f89df03b665d5962c6328be08bc3341785c Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Thu, 13 Jul 2017 18:09:33 -0700 Subject: [PATCH] Use dot notation --- cps/templates/author.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/author.html b/cps/templates/author.html index 4d194f99..15dc3f1b 100644 --- a/cps/templates/author.html +++ b/cps/templates/author.html @@ -4,7 +4,7 @@ {% if author is not none %}
- {%if author['image_url'] is not none %} + {%if author.image_url is not none %} {{author.name}} {% endif %}