6 lines
204 B
HTML
6 lines
204 B
HTML
{% from "ui/day_row.html" import day_row %}
|
|
|
|
{% macro time_day_row(day, csrf_token, date_label, return_to='/dashboard') -%}
|
|
{{ day_row(day, csrf_token, date_label, return_to, 'week') }}
|
|
{%- endmacro %}
|