From 3c387e5ede24baa5dece903d1b14922fccd9d6bb Mon Sep 17 00:00:00 2001 From: Ethan Nguyen Date: Mon, 10 Apr 2023 22:58:36 -0500 Subject: [PATCH] feat(profile): nudge if unpublished (#171) --- tjdests/templates/profile/profile.html | 5 +++++ 1 file changed, 5 insertions(+) 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 %} + + {% endif %}

Personal Information, Data Publication, College Attending, Biography

{% if request.user.is_senior %}