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