diff --git a/app/templates/main/userProfile.html b/app/templates/main/userProfile.html
index 13fafda69..689e497dd 100644
--- a/app/templates/main/userProfile.html
+++ b/app/templates/main/userProfile.html
@@ -522,14 +522,20 @@
Notes
{# Bonner Requirements #}
Requirement Progress
-
+
{% for req in bonnerRequirements %}
- - {{req.name}}
- {% if req.completed %}
-
- {% else %}
-
- {% endif %}
+
-
+
+ {{req.name}}
+ {% if not req.isRequired %}
+ (Optional)
+ {% endif %}
+
+ {% if req.completed %}
+ Completed
+ {% else %}
+ Incompleted
+ {% endif %}
{% endfor %}
@@ -663,6 +669,13 @@ End Date: &nbs
+{% if volunteer != g.current_user %}
+
+{% endif %}
+
+
@@ -707,10 +720,11 @@
Dietary Restrictions
+