Skip to content
Snippets Groups Projects
Commit ac17b39c authored by Sorrel Harriet's avatar Sorrel Harriet
Browse files

another deliberate mistake fixed

parent 3c1c57f1
Branches
No related merge requests found
......@@ -20,6 +20,7 @@ import utils
db = utils.db_connect( config )
# render header HTML
print("Content-Type: text/html\n")
print( utils.render_template( config['TEMPLATE_DIR'] + 'header.html') )
# get the form data
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment