diff --git a/tjdests/templates/profile/profile.html b/tjdests/templates/profile/profile.html index 0b35339..08d7b6a 100644 --- a/tjdests/templates/profile/profile.html +++ b/tjdests/templates/profile/profile.html @@ -9,6 +9,11 @@ {% else %}
You are {{ request.user.username }}, {{ request.user.first_name }} {{ request.user.last_name }}.
{% endif %} + {% if not request.user.publish_data %} +