mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-02-02 15:46:54 +01:00
Remove inutil file
This commit is contained in:
parent
d7374d6f9d
commit
a711bff703
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)
|
||||
|
94897
static/css/index.css
94897
static/css/index.css
File diff suppressed because it is too large
Load Diff
0
templates/homepage.html
Normal file
0
templates/homepage.html
Normal file
Loading…
x
Reference in New Issue
Block a user