diff --git a/templates/header.html b/templates/header.html index d79d0b76..bb17cebe 100644 --- a/templates/header.html +++ b/templates/header.html @@ -31,7 +31,12 @@ {% endif %} - {{ current_user.name }} + + {{ current_user.name }} + {% if current_user.is_premium() %} + - Premium + {% endif %} + {{ current_user.email }} @@ -44,13 +49,13 @@ {% if current_user.is_premium() %} Billing - + {% endif %} Sign out - +