working subdomains frontend, table, popup, payments

This commit is contained in:
Kristjan
2020-12-29 20:52:54 +01:00
parent c0d7371137
commit 6c4b5ea406
7 changed files with 143 additions and 52 deletions
+2 -2
View File
@@ -22,6 +22,6 @@ async def display(domain_id):
"subdomains/display.html",
domain_id=domain.id,
domain_domain=domain.domain,
form_desc=domain.description,
form_cost=domain.cost,
domain_desc=domain.description,
domain_cost=domain.cost,
)