From bb20cdf29a450ebe6df23c87327d7c17d1b5dd72 Mon Sep 17 00:00:00 2001 From: rogerskw Date: Fri, 7 Mar 2014 14:24:17 -0500 Subject: [PATCH] Issue #35: Add majors after brothers' names in resume list --- info/templates/resume_list.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 }}
+ + {% for major in brother.majors.all %} +
+ {{ major }} +
+ {% endfor %} + +
{% endfor %}