diff --git a/opentech/news/templates/news/news_page.html b/opentech/news/templates/news/news_page.html index 1fe1d6b8940c65abc199b8d1e8be82f11531ba7c..c51afac6c3058dc158e471f09b033ff3592bfa21 100644 --- a/opentech/news/templates/news/news_page.html +++ b/opentech/news/templates/news/news_page.html @@ -5,6 +5,11 @@ <div class="wrapper wrapper--small"> <h1>{{ page.title }}</h1> + + {% for author in page.authors.all %} + <p><a href="{% pageurl author.author %}">{{ author.author }}</a><p> + {% endfor %} + <p>{{ page.introduction }}</p> <section class="main-body">