From 8448ff18975244c4b0fe2239ca7fc5806e9b4483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Kristian=20Hamre?= Date: Fri, 25 Jul 2025 23:27:16 +0200 Subject: [PATCH] Fixed deep dive. --- templates/deep_dive.html | 45 +++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/templates/deep_dive.html b/templates/deep_dive.html index 7f45a37..50e93ed 100644 --- a/templates/deep_dive.html +++ b/templates/deep_dive.html @@ -1,29 +1,32 @@ -{% extends "base.html" %} +{% extends "dashboard_base.html" %} {% block title %}Deep Dive: {{ symbol }}{% endblock %} {% block content %} -

Deep Dive Analysis for: {{ symbol }}

-

Showing posts that mention {{ symbol }}, sorted by most recent.

+ +
+

Deep Dive Analysis for: {{ symbol }}

+

Showing posts that mention {{ symbol }}, sorted by most recent.

-{% for post in posts %} -
-

{{ post.title }}

- -{% else %} -

No analyzed posts found for this ticker. Run the 'rstat' scraper to gather data.

-{% endfor %} {% endblock %} \ No newline at end of file