diff --git a/tjdests/templates/profile/profile.html b/tjdests/templates/profile/profile.html
index 1c09cb9..9722d08 100644
--- a/tjdests/templates/profile/profile.html
+++ b/tjdests/templates/profile/profile.html
@@ -34,32 +34,30 @@
-
- {% for decision in decisions_list %}
-
- {{ decision.college.name }} |
- {{ decision.get_decision_type_display }} |
- {{ decision.get_admission_status_display }}{% if request.user.attending_decision == decision %}, Attending{% endif %} |
-
- {# edit button #}
-
-
-
- {# delete #}
-
-
-
- |
-
- {% empty %}
-
- There is no data to display. |
- |
- |
- |
-
- {% endfor %}
-
+ {% for decision in decisions_list %}
+
+ {{ decision.college.name }} |
+ {{ decision.get_decision_type_display }} |
+ {{ decision.get_admission_status_display }}{% if request.user.attending_decision == decision %}, Attending{% endif %} |
+
+ {# edit button #}
+
+
+
+ {# delete #}
+
+
+
+ |
+
+ {% empty %}
+
+ There is no data to display. |
+ |
+ |
+ |
+
+ {% endfor %}
{% else %}
@@ -85,30 +83,28 @@