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