From a617a0fa5a47428b08a294ddda2bf9b2499c14de Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Mon, 27 Feb 2023 01:13:52 +0000
Subject: fixed issue with page header

---
 app.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app.py b/app.py
index 556d61a..035f734 100755
--- a/app.py
+++ b/app.py
@@ -241,7 +241,7 @@ def serve_questions():
     with database.Database() as db:
         return flask.render_template(
             "questions.html.j2",
-            **get_template_items("random image", db),
+            **get_template_items("questions and answers", db),
             curiouscat_username = db.get_curiouscat_username(),
             qnas = db.get_curiouscat_qnas()
         )
-- 
cgit v1.2.3