This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user