|
|
@ -24,6 +24,7 @@ def index(): |
|
|
|
|
|
|
|
return render_template('index.html',featureType=featureType,featureText=item) |
|
|
|
|
|
|
|
""" |
|
|
|
@app.route('/add') |
|
|
|
def addPage(): |
|
|
|
return render_template('add.html') |
|
|
@ -40,6 +41,7 @@ def addContent(): |
|
|
|
return render_template('add.html') |
|
|
|
else: |
|
|
|
return "<h1>bruh</h1><p><b>Pls no.</b></p>" |
|
|
|
""" |
|
|
|
|
|
|
|
@app.route('/search', methods=['POST']) |
|
|
|
def search(): |
|
|
|