diff --git a/tjdests/templates/profile/profile.html b/tjdests/templates/profile/profile.html index 08d7b6a..3c503de 100644 --- a/tjdests/templates/profile/profile.html +++ b/tjdests/templates/profile/profile.html @@ -9,14 +9,14 @@ {% else %}

You are {{ request.user.username }}, {{ request.user.first_name }} {{ request.user.last_name }}.

{% endif %} - {% if not request.user.publish_data %} - - {% endif %}

Personal Information, Data Publication, College Attending, Biography

{% if request.user.is_senior %} + {% if not request.user.publish_data %} + + {% endif %} {% crispy profile_form %} {% else %}

You are not a senior, so you cannot publish data.