From 49ed0986e0a05f08dcc83f18c5cb14f56c48ae13 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sat, 18 Mar 2017 23:21:49 +0100 Subject: [PATCH] Fix: Show CollegeMembers with single title --- scipost/templates/scipost/_college_member.html | 1 - 1 file changed, 1 deletion(-) diff --git a/scipost/templates/scipost/_college_member.html b/scipost/templates/scipost/_college_member.html index 7052d1b4c..a6114acac 100644 --- a/scipost/templates/scipost/_college_member.html +++ b/scipost/templates/scipost/_college_member.html @@ -1,4 +1,3 @@ -{{ member.title }} {% if member.link %}<a target="_blank" href="{{ member.link }}">{% endif %}{{ member }}{% if member.link %}</a>{% endif %} {% if member.subtitle %} <br/>({{member.subtitle}}) -- GitLab