diff --git a/tjdests/templates/profile/profile.html b/tjdests/templates/profile/profile.html index 9722d08..1b6ca68 100644 --- a/tjdests/templates/profile/profile.html +++ b/tjdests/templates/profile/profile.html @@ -19,47 +19,47 @@
Your current decisions are:
+Your current decisions are:
-University Name | +Admissions Round | +Result | ++ | ||||
---|---|---|---|---|---|---|---|
University Name | -Admissions Round | -Result | -+ | {{ decision.college.name }} | +{{ decision.get_decision_type_display }} | +{{ decision.get_admission_status_display }}{% if request.user.attending_decision == decision %}, Attending{% endif %} | ++ {# edit button #} + + + + {# delete #} + + + + |
{{ decision.college.name }} | -{{ decision.get_decision_type_display }} | -{{ decision.get_admission_status_display }}{% if request.user.attending_decision == decision %}, Attending{% endif %} | -- {# edit button #} - - - - {# delete #} - - - - | -||||
There is no data to display. | -- | - | - |
You are not a senior, therefore you cannot add decisions.
{% endif %}