Skip to content

Commit

Permalink
Check if organization is defined for each member in organization temp…
Browse files Browse the repository at this point in the history
…late.
  • Loading branch information
stefanv committed Jun 27, 2013
1 parent 949ffa4 commit 3a44219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publisher/_templates/organization.tex.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

{{for member in committee['members'] }}
\item[] \normalsize\textsc{%
{{member['name']}}},\small{ {{member['org']}}}
{{member['name']}}}{{if member['org']}},\small{ {{member['org']}} }
{{endif}}
{{endfor}}

\end{itemize}
Expand Down

0 comments on commit 3a44219

Please sign in to comment.