When I click the Send button nothing happens, I leave a blank field, idem.
routes.py file
from flask import *
from forms import *
app=Flask(__name__)
@app.route('/')
@app.route('/home')
def home():
return render_template('homepage.html...
asked by
01.06.2018 / 21:59