feat(members/excursions): revisions

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

@ -367,7 +367,7 @@ class Member(Person):
@property @property
def address_multiline(self): 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: if not self.street and not self.town and not self.plz:
return "---" return "---"
else: else:

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

@ -42,6 +42,7 @@
\newcolumntype{L}{>{\hspace{0pt}}X} \newcolumntype{L}{>{\hspace{0pt}}X}
\newcolumntype{Y}{>{\RaggedRight\arraybackslash}X} \newcolumntype{Y}{>{\RaggedRight\arraybackslash}X}
\newcommand{\tickedbox}{ \newcommand{\tickedbox}{
\makebox[0pt][l]{$\square$}\raisebox{.15ex}{\hspace{0.1em}$\checkmark$} \makebox[0pt][l]{$\square$}\raisebox{.15ex}{\hspace{0.1em}$\checkmark$}
} }
@ -123,7 +124,7 @@
\section{Teilnehmer*innenliste} \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 \hline
\# & \textbf{Name} & \textbf{Anschrift} & \textbf{Geburtsdatum} & \textbf{m} & \textbf{w} & \textbf{d} \\ \# & \textbf{Name} & \textbf{Anschrift} & \textbf{Geburtsdatum} & \textbf{m} & \textbf{w} & \textbf{d} \\
\hline \hline

Loading…
Cancel
Save