Compare commits
1 Commits
d9b51b1f84
...
25ac3db644
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25ac3db644 |
@@ -45,6 +45,10 @@ def account_url(path: str = "/") -> str:
|
||||
return app_url("account", path)
|
||||
|
||||
|
||||
def artdag_url(path: str = "/") -> str:
|
||||
return app_url("artdag", path)
|
||||
|
||||
|
||||
def page_cart_url(page_slug: str, path: str = "/") -> str:
|
||||
if not path.startswith("/"):
|
||||
path = "/" + path
|
||||
|
||||
Reference in New Issue
Block a user