add uid to post template
This commit is contained in:
parent
857b527bd1
commit
fd20280ff1
@ -7,6 +7,7 @@ event_begin: "{{ event.begin }}"
|
||||
event_end: "{{ event.end }}"
|
||||
duration: "{{ event.duration }}"
|
||||
localized_begin: "{{ event.localized_begin }}"
|
||||
uid: "{{ event.uid }}"
|
||||
{% if event.location %}
|
||||
location: "{{ event.location }}"
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user