feat(members/excursions): revisions

pull/133/head
mariusrklein 10 months ago
parent 5a1c51cd4a
commit 2d1797e313

@ -367,7 +367,7 @@ class Member(Person):
@property
def address_multiline(self):
"""Returning the whole address"""
"""Returning the whole address with a linebreak between street and town"""
if not self.street and not self.town and not self.plz:
return "---"
else:

@ -43,21 +43,6 @@
{% for p in people %}
{{ forloop.counter }} & {{ p.name|esc_all }} & {{ p.qualities|esc_all }} & {{ p.comments|esc_all }} \\
{% endfor %}
{% for p in people %}
{{ forloop.counter }} & {{ p.name|esc_all }} & {{ p.qualities|esc_all }} & {{ p.comments|esc_all }} \\
{% endfor %}
{% for p in people %}
{{ forloop.counter }} & {{ p.name|esc_all }} & {{ p.qualities|esc_all }} & {{ p.comments|esc_all }} \\
{% endfor %}
{% for p in people %}
{{ forloop.counter }} & {{ p.name|esc_all }} & {{ p.qualities|esc_all }} & {{ p.comments|esc_all }} \\
{% endfor %}
{% for p in people %}
{{ forloop.counter }} & {{ p.name|esc_all }} & {{ p.qualities|esc_all }} & {{ p.comments|esc_all }} \\
{% endfor %}
{% for p in people %}
{{ forloop.counter }} & {{ p.name|esc_all }} & {{ p.qualities|esc_all }} & {{ p.comments|esc_all }} \\
{% endfor %}
\bottomrule
\end{tabularx}

@ -42,6 +42,7 @@
\newcolumntype{L}{>{\hspace{0pt}}X}
\newcolumntype{Y}{>{\RaggedRight\arraybackslash}X}
\newcommand{\tickedbox}{
\makebox[0pt][l]{$\square$}\raisebox{.15ex}{\hspace{0.1em}$\checkmark$}
}
@ -123,7 +124,7 @@
\section{Teilnehmer*innenliste}
\begin{tabularx}{1\linewidth}{lp{0.23\linewidth}Xp{0.14\linewidth}|c|c|c}
\begin{tabularx}{1\linewidth}{l>{\hsize=0.9\hsize}Y>{\hsize=1.5\hsize}Y>{\hsize=0.6\hsize}X|c|c|c}
\hline
\# & \textbf{Name} & \textbf{Anschrift} & \textbf{Geburtsdatum} & \textbf{m} & \textbf{w} & \textbf{d} \\
\hline

Loading…
Cancel
Save