fixed stuff in base.html

This commit is contained in:
2020-11-28 01:45:53 +01:00
parent 8995736374
commit 404c2ec0dd
2 changed files with 7 additions and 5 deletions

View File

@@ -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')