Skip to content
Snippets Groups Projects
Verified Commit 31b0558d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use relative image path in template.

parent 3ae05161
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
\hline\rowfont\bfseries Foto & Nachname & Vorname & Geburts\-datum & Benutzer & Handynummer \\\hline
\endhead
{% for person in persons %}
\parbox[c][3cm]{2.25cm}{\includegraphics[width=2.24cm,height=2.99cm,keepaspectratio=true,valign=c]{ {{ person.uid }} }} & \nohyphens{ {{ person.sn }} } & \nohyphens{ {{ person.given_name }} } & \nohyphens{ {{ person.date_of_birth }} } & \texttt{ {{ person.uid }} } & \nohyphens{ {{ person.mobile }} } \\\hline
\parbox[c][3cm]{2.25cm}{\includegraphics[width=2.24cm,height=2.99cm,keepaspectratio=true,valign=c]{ {{ person.jpeg_photo__rel }} }} & \nohyphens{ {{ person.sn }} } & \nohyphens{ {{ person.given_name }} } & \nohyphens{ {{ person.date_of_birth }} } & \texttt{ {{ person.uid }} } & \nohyphens{ {{ person.mobile }} } \\\hline
{% endfor %}
\end{longtabu}
\end{document}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment