Skip to content
Snippets Groups Projects
Commit 9f699d1a authored by Piotr Gawron's avatar Piotr Gawron
Browse files

time format changed due to issues on Windows

parent 3acac079
No related branches found
No related tags found
1 merge request!47Resolve "Email to technician"
Pipeline #
......@@ -10,9 +10,9 @@ from .constants import MAIL_TEMPLATE_CONTEXT_CHOICES, MAIL_TEMPLATE_CONTEXT_APPO
from ..docx_helper import process_file
from ..models import Appointment, Visit, Subject, Worker
DATE_FORMAT_FULL = "%A %-d %B %Y"
DATE_FORMAT_FULL = "%A %d %B %Y"
DATETIME_FORMAT = "%A %-d %B %Y, %H:%m"
DATETIME_FORMAT = "%A %d %B %Y, %H:%m"
DATE_FORMAT_SHORT = "%d.%m.%Y"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment