changed time column

This commit is contained in:
Beverly Nguyen
2024-01-23 16:18:43 -08:00
parent 8baf9682a1
commit 65bccb3f95
4 changed files with 28 additions and 13 deletions

View File

@@ -54,6 +54,7 @@ from app.formatters import (
format_datetime_normal,
format_datetime_relative,
format_datetime_short,
format_datetime_short_america,
format_day_of_week,
format_delta,
format_delta_days,
@@ -548,6 +549,7 @@ def add_template_filters(application):
format_datetime_24h,
format_datetime_normal,
format_datetime_short,
format_datetime_short_america,
valid_phone_number,
linkable_name,
format_date,