From 7c44059a2cb8c32f090beb07835fbfcbcfe9b44d Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Thu, 6 Jul 2023 07:14:57 +0200 Subject: [PATCH] Fix formatting and link to saburly website --- CTOAsYouGo/core/templates/core/home.html | 2 +- CTOAsYouGo/core/templates/core/task_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CTOAsYouGo/core/templates/core/home.html b/CTOAsYouGo/core/templates/core/home.html index ef2713c..da2e5b0 100644 --- a/CTOAsYouGo/core/templates/core/home.html +++ b/CTOAsYouGo/core/templates/core/home.html @@ -15,7 +15,7 @@

- From: {{ task.price_from|cents_to_dollars }} To: {{ task.price_to|cents_to_dollars }} + From {{ task.price_from|cents_to_dollars }} to {{ task.price_to|cents_to_dollars }}

diff --git a/CTOAsYouGo/core/templates/core/task_detail.html b/CTOAsYouGo/core/templates/core/task_detail.html index 8a18c3f..42ee0ce 100644 --- a/CTOAsYouGo/core/templates/core/task_detail.html +++ b/CTOAsYouGo/core/templates/core/task_detail.html @@ -8,7 +8,7 @@

{{ task.description }}

-

From: {{ task.price_from|cents_to_dollars }} To: {{ task.price_to|cents_to_dollars }}

+

From {{ task.price_from|cents_to_dollars }} to {{ task.price_to|cents_to_dollars }}