-
-
+
-
+
{{ task.title }}
-
@@ -23,6 +22,7 @@
diff --git a/CTOAsYouGo/core/templates/core/home.html b/CTOAsYouGo/core/templates/core/home.html index 8250bf9..ef2713c 100644 --- a/CTOAsYouGo/core/templates/core/home.html +++ b/CTOAsYouGo/core/templates/core/home.html @@ -1,18 +1,17 @@ {% extends 'core/base.html' %} {% load currency_filters %} - {% block content %}
@@ -23,6 +22,7 @@
{{ task.description }}
+ +From: {{ task.price_from|cents_to_dollars }} To: {{ task.price_to|cents_to_dollars }}
+{{ task.description }}
-{{ task.price_from }} - {{ task.price_to }}
- Create a request -{% endblock %} \ No newline at end of file