Improve trip template layout
This commit is contained in:
parent
50127417f0
commit
7a5319aa83
2 changed files with 7 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{% macro display_datetime(dt) %}{{ dt.strftime("%a, %d, %b %Y %H:%M %z") }}{% endmacro %}
|
||||
{% macro display_time(dt) %}{{ dt.strftime("%H:%M %z") }}{% endmacro %}
|
||||
{% macro display_date(dt) %}{{ dt.strftime("%a, %d, %b %Y") }}{% endmacro %}
|
||||
{% macro display_date_no_year(dt) %}{{ dt.strftime("%a, %d, %b") }}{% endmacro %}
|
||||
{% macro display_date(dt) %}{{ dt.strftime("%a %-d %b %Y") }}{% endmacro %}
|
||||
{% macro display_date_no_year(dt) %}{{ dt.strftime("%a %-d %b") }}{% endmacro %}
|
||||
|
||||
{% macro conference_row(item, badge) %}
|
||||
{% set country = get_country(item.country) if item.country else None %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue