From a7ce59c54252f77ad83eec86823dc938e7467afe Mon Sep 17 00:00:00 2001 From: Tobias Juelg <tobias@juelg.net> Date: Sun, 1 Nov 2020 11:37:19 +0100 Subject: [PATCH] fixed margin bug in the invitation.tex --- vote/templates/vote/tex/invitation.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vote/templates/vote/tex/invitation.tex b/vote/templates/vote/tex/invitation.tex index 5b00523..86cd062 100644 --- a/vote/templates/vote/tex/invitation.tex +++ b/vote/templates/vote/tex/invitation.tex @@ -31,11 +31,11 @@ \section*{Invitation to Participate in an Online Election} \noindent You have been in invited to attend the following online election session:\\\\ Title: {{session.title}}\\ - {% if session.meeting_link %} - Meeting room link: {{ session.meeting_link}}\\ + {% if session.meeting_link %}% + Meeting room: {{ session.meeting_link}}\\ {% endif %}% - {% if session.start_date %} - Start date: {{session.start_date}}\\ + {% if session.start_date %}% + Start date: {{session.start_date}}\\ {% endif %}% Access token: {{token.token}}\\ -- GitLab