Created purchase template

This commit is contained in:
2020-11-28 23:49:36 +01:00
parent beb539f36e
commit 8a3ac21d61
4 changed files with 57 additions and 9 deletions

View File

@@ -2,4 +2,5 @@ from .profileview import ProfileView
from .uploadview import UploadView
from .itemview import ItemView
from .indexview import IndexView
from .contentview import ContentView
from .contentview import ContentView
from .purchaseview import PurchaseView