예제 #1
0
파일: plants.py 프로젝트: sebavp/Plants-Web
def search_form():
    return render_template("search.html")
예제 #2
0
파일: plants.py 프로젝트: sebavp/Plants-Web
def add_sample_form():
    return render_template("add_sample.html")
예제 #3
0
파일: plants.py 프로젝트: sebavp/Plants-Web
def add_form():
    return render_template("add_plant.html")
예제 #4
0
def search_form():
    return render_template('search.html')
예제 #5
0
def add_sample_form():
    return render_template('add_sample.html')
예제 #6
0
def add_form():
    return render_template('add_plant.html')