diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-02-27 01:13:52 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-02-27 01:13:52 +0000 |
commit | a617a0fa5a47428b08a294ddda2bf9b2499c14de (patch) | |
tree | 02be920e1c9a48d55af7477b93707e4efad379ba | |
parent | 96090364a7ebcfcf35f924cdd9f24f6898257e6a (diff) | |
download | eda.gay-a617a0fa5a47428b08a294ddda2bf9b2499c14de.tar.gz eda.gay-a617a0fa5a47428b08a294ddda2bf9b2499c14de.zip |
fixed issue with page header
-rwxr-xr-x | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() ) |