@@ -6,6 +6,10 @@ app = Flask(__name__)
def home():
return render_template('index.html')
@app.route ('/form', methods=['GET','POST'])
def form():
return render_template('form.html')
if __name__ == '__main__':
app.run(debug=True)
The note is not visible to the blocked user.