Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
idabblewith committed Jul 1, 2024
1 parent 4c0898d commit 2d1246a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documents/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def get_formatted_datetime(now):

# "current_date_time_string": get_formatted_datetime(datetime.datetime.now()),

settings.LOGGER.warn(msg=f"Annual Report Data Rendering to Template...")
settings.LOGGER.warning(msg=f"Annual Report Data Rendering to Template...")
html_content = get_template("annual_report.html").render(
{
# Styles & url
Expand Down Expand Up @@ -1097,7 +1097,7 @@ def get_formatted_datetime(now):

# "current_date_time_string": get_formatted_datetime(datetime.datetime.now()),

settings.LOGGER.warn(msg=f"Annual Report Data Rendering to Template...")
settings.LOGGER.warning(msg=f"Annual Report Data Rendering to Template...")
html_content = get_template("annual_report.html").render(
{
# Styles & url
Expand Down

0 comments on commit 2d1246a

Please sign in to comment.