From f0d4d55bee971d107af3cc1bf775995fb452080c Mon Sep 17 00:00:00 2001 From: alexwholland Date: Sun, 12 Mar 2023 16:19:16 -0700 Subject: [PATCH] Moved image to right of text --- scraper/templates/scraper/result.html | 36 ++++++++++++++++----------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/scraper/templates/scraper/result.html b/scraper/templates/scraper/result.html index d0d083e..94f6660 100644 --- a/scraper/templates/scraper/result.html +++ b/scraper/templates/scraper/result.html @@ -1,18 +1,24 @@ {% extends 'scraper/base.html' %} {% block content %} - Go Back -

Marketscrape Analysis Report

-
-
-

Product: {{ title }}

-

Price: {{ list_price }}

-

Range: ${{ lower_bound }} - ${{ upper_bound }}

-

Median: ${{ median }}

-

Description: {{ sentiment_rating }}/5.0

-

Price: {{ price_rating }}/5.0

-

Overall: {{ average_rating }}/5.0

- -
-
-{% endblock content %} \ No newline at end of file + Go Back +

Marketscrape Analysis Report

+
+
+
+
+

Product: {{ title }}

+

Price: {{ list_price }}

+

Range: ${{ lower_bound }} - ${{ upper_bound }}

+

Median: ${{ median }}

+

Description: {{ sentiment_rating }}/5.0

+

Price: {{ price_rating }}/5.0

+

Overall: {{ average_rating }}/5.0

+
+
+ +
+
+
+
+{% endblock content %}