mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-21 02:00:16 -04:00
feat(profile): nudge if unpublished (#171)
This commit is contained in:
parent
38cf83465f
commit
3c387e5ede
|
@ -9,6 +9,11 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<p id="without-nickname">You are {{ request.user.username }}, {{ request.user.first_name }} {{ request.user.last_name }}.</p>
|
<p id="without-nickname">You are {{ request.user.username }}, {{ request.user.first_name }} {{ request.user.last_name }}.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if not request.user.publish_data %}
|
||||||
|
<div class="alert alert-warning" role="alert">
|
||||||
|
Your profile is currently hidden. You can publish your profile by marking the "publish my data" checkbox and submit this form.
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
<h4>Personal Information, Data Publication, College Attending, Biography</h4>
|
<h4>Personal Information, Data Publication, College Attending, Biography</h4>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{% if request.user.is_senior %}
|
{% if request.user.is_senior %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user