mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-06-06 00:39:12 +02:00
Remove inutil file
This commit is contained in:
2
app.py
2
app.py
@ -31,7 +31,7 @@ collection = database["school-time-table"] #Collection school time table current
|
||||
@app.route('/')
|
||||
def homepage():
|
||||
logging.info("A user went up: Homepage")
|
||||
return render_template('html/index.html')
|
||||
return render_template('homepage.html')
|
||||
#imageList = os.listdir('static/images')
|
||||
#imageList = ['images/' + image for image in imageList]
|
||||
#return render_template('go.html', imageList=imageList)
|
||||
|
Reference in New Issue
Block a user