fixed stuff in base.html
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from flask import render_template
|
||||
from flask_classful import FlaskView
|
||||
|
||||
"""
|
||||
@@ -15,4 +15,4 @@ __version__text__ = "1"
|
||||
class UploadView(FlaskView):
|
||||
|
||||
def index(self):
|
||||
pass
|
||||
return render_template('upload.html')
|
||||
|
||||
Reference in New Issue
Block a user