Closed jakhax closed 5 years ago
in .app/templates/index.html you are trying to access the message variable yet in the index view you are not passing the message while rendering that template
.app/templates/index.html
message
index view
return render_template('index.html',title = title)
forgot about that
thats ok otherwise great work mahn
in
.app/templates/index.html
you are trying to access themessage
variable yet in theindex view
you are not passing themessage
while rendering that template