コード例 #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')