store.blender.org → EXTERNAL_SUBSCRIPTIONS_MANAGEMENT_SERVER
I've only done this on the billing page, because there it's important for debugging purposes to know which URL was actually checked to obtain the subscription expiry information.
This commit is contained in:
@@ -34,7 +34,7 @@ style(type='text/css').
|
|||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
p
|
p
|
||||||
a(href="https://store.blender.org/my-account/subscriptions/") Manage your subscription on Blender Store
|
a(href="{{ config['EXTERNAL_SUBSCRIPTIONS_MANAGEMENT_SERVER'] | urljoin('my-account/subscriptions/') }}") Manage your subscription on Blender Store
|
||||||
|
|
||||||
| {% elif 'demo' in groups %}
|
| {% elif 'demo' in groups %}
|
||||||
h3.subscription-demo
|
h3.subscription-demo
|
||||||
|
Reference in New Issue
Block a user