Fix recap (#161)

* Drop dependency on python-telegram-bot, as it's not used.

* Align default templates.

This patch tries to bring some consistency to the default templates and
fixes some small bug in the output of some formatters.
This commit is contained in:
Giacomo Leidi
2022-03-26 22:46:33 +01:00
committed by GitHub
parent 002399161d
commit 981fcf0486
20 changed files with 84 additions and 283 deletions

View File

@@ -1,5 +1,5 @@
*{{ name }}*
<strong>{{ name }}</strong>
🕒 {{ begin_datetime.to('local').format('DD MMMM, HH:mm') }} - {{ end_datetime.to('local').format('DD MMMM, HH:mm') }}
{% if location %}📍 {{ location }}{% endif %}
🔗 [Link]({{mobilizon_link}})
🔗 <a href="{{mobilizon_link}}">Link</a>