add purchase template

This commit is contained in:
2020-11-28 02:57:49 +01:00
parent 30a4686092
commit e9b7d369d1
3 changed files with 18 additions and 3 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 ProfileView(FlaskView):
def index(self):
pass
return render_template('profile.html')