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

add event description to twitter

parent baaadbbf
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,9 @@ message = [
"\n",
next_event.title,
"\n",
"" if next_event.description is "" else "\n",
next_event.description,
"" if next_event.description is "" else "\n\n",
"%s?pk_campaign=twitter" % next_event.link
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment