k3v1nM01n0 / Flask

0 stars 0 forks source link

bug report #2 #2

Closed jakhax closed 5 years ago

jakhax commented 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

return render_template('index.html',title = title)
k3v1nM01n0 commented 5 years ago

forgot about that

jakhax commented 5 years ago

thats ok otherwise great work mahn