Skip to content
Snippets Groups Projects
Commit 62b6755a authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

fix new line for event description in telegram

parent 8b630ac5
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ message = [
"\n",
"*", next_event.title, "*\n",
"\n",
next_event.description, "" if next_event.description is "" else "\n",
next_event.description, "" if next_event.description is "" else "\n\n",
next_event.movie_description, "\n",
"\n",
next_event.tags, "\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment