Exemplo n.º 1
0
def search_form():
    return render_template("search.html")
Exemplo n.º 2
0
def add_sample_form():
    return render_template("add_sample.html")
Exemplo n.º 3
0
def add_form():
    return render_template("add_plant.html")
Exemplo n.º 4
0
def search_form():
    return render_template('search.html')
Exemplo n.º 5
0
def add_sample_form():
    return render_template('add_sample.html')
Exemplo n.º 6
0
def add_form():
    return render_template('add_plant.html')