create event
This commit is contained in:
5
app/bot/dialogs/templates/event.jinja2
Normal file
5
app/bot/dialogs/templates/event.jinja2
Normal file
@@ -0,0 +1,5 @@
|
||||
<b>{{ event_obj["title"] }}</b>
|
||||
|
||||
{{ event_obj["description"] }}
|
||||
|
||||
{{ event_obj["start_date"].strftime("%d.%m.%Y") }} - {{ event_obj["end_date"].strftime("%d.%m.%Y") }}
|
||||
Reference in New Issue
Block a user