diff --git a/info/templates/resume_list.html b/info/templates/resume_list.html index 2cbd638..153c072 100644 --- a/info/templates/resume_list.html +++ b/info/templates/resume_list.html @@ -44,8 +44,16 @@

Resumes

{% for brother in brothers %} - - {{ brother.lastName }}, {{ brother.firstName }} {{ brother.middleName }}
+
+ {{ brother.lastName }}, {{ brother.firstName }} {{ brother.middleName }} +
+ {% for major in brother.majors.all %} +
+ {{ major }} +
+ {% endfor %} + +
{% endfor %}