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 %}
-
- Your profile is currently hidden. You can publish your profile by marking the "publish my data" checkbox and submit this form.
-
- {% endif %}
Personal Information, Data Publication, College Attending, Biography
{% if request.user.is_senior %}
+ {% if not request.user.publish_data %}
+
+ Your profile is currently hidden. You can publish your profile by marking the "publish my data" checkbox and submit this form.
+
+ {% endif %}
{% crispy profile_form %}
{% else %}
You are not a senior, so you cannot publish data.