diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index 65d872e2..f0ea03ce 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -78,7 +78,7 @@ how do I integrate the your wishlist thing with the tabs thing?
- {{ supporter.profile.tagline }} + {% with supporter.profile.tagline as tagline %}{% if tagline %}{{ tagline }}{% else %} {% endif %}{% endwith %}
{% endifequal %}