diff --git a/app/templates/main/userProfile.html b/app/templates/main/userProfile.html index 13fafda69..0f75a56e1 100644 --- a/app/templates/main/userProfile.html +++ b/app/templates/main/userProfile.html @@ -429,16 +429,17 @@

{{row.note.noteContent}} {% set bonner = "Bonner " if row.isBonnerNote else "" %} + {% set cceMinor = "CCE Minor " if row.isCCEMinorNote else "" %} {% if row.viewTier == 3 %} - {{bonner}}Admins + {{cceMinor}}{{bonner}}Admins {% elif row.viewTier == 2 %} - {{bonner}}Admins/Student Staff + {{cceMinor}}{{bonner}}Admins/Student Staff {% else %} - {{ "Bonner Scholar " if row.isBonnerNote else "Everyone"}} + {{cceMinor}}{{ "Bonner Scholar " if row.isBonnerNote else "Everyone"}} {% endif %} {% if (g.current_user == row.note.createdBy) or g.current_user.isCeltsAdmin%} - + {% else %} @@ -582,6 +583,12 @@

{% endif %} + {% if volunteer.minorInterest %} +
+ + +
+ {% endif %}