From 95a9bd6c7720619fddbf8b92e9e5ab5970ebce22 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Tue, 11 Feb 2020 14:12:30 -0500 Subject: [PATCH] Do not fall back to author-associated role for blog posts (fixes #18) --- ietf/blog/templates/blog/blog_page.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ietf/blog/templates/blog/blog_page.html b/ietf/blog/templates/blog/blog_page.html index 06b4fa2a..9d27695e 100644 --- a/ietf/blog/templates/blog/blog_page.html +++ b/ietf/blog/templates/blog/blog_page.html @@ -33,8 +33,6 @@

{{ sibling.title }}

  • {{ a.author.name }}
  • {% if a.role %}
  • {{ a.role.name }}
  • - {% else %} -
  • {{ a.author.role }}
  • {% endif %} {% endfor %} @@ -131,8 +129,6 @@

    {{ self.title }}

  • {{ a.author.name }}
  • {% if a.role %}
  • {{ a.role.name }}
  • - {% else %} -
  • {{ a.author.role.name }}
  • {% endif %} {% endfor %} @@ -165,8 +161,6 @@

    {{ sibling.title }}

  • {{ a.author.name }}
  • {% if a.role %}
  • {{ a.role.name }}
  • - {% else %} -
  • {{ a.author.role }}
  • {% endif %} {% endfor %}