|
|
@ -63,7 +63,7 @@ def search(): |
|
|
|
featureType = choice(["Item","Place","Spell"]) |
|
|
|
item = choice(get_items("../"+featureType+"s/*")) |
|
|
|
|
|
|
|
return render_template('index.html',featureType=featureType,featureText=item, searchResults=results) |
|
|
|
return render_template('index.html',featureType=featureType,featureText=item, searchResults=results,new=get_new_items()) |
|
|
|
|
|
|
|
@app.route("/marches") |
|
|
|
def marches(): |
|
|
|