Added /renew endpoint to redirect to Blender Store renewal URL.

This commit is contained in:
2017-12-06 14:36:02 +01:00
parent 561db0428d
commit bff51e1e83
3 changed files with 49 additions and 8 deletions

View File

@@ -187,6 +187,11 @@ def join():
return redirect('https://store.blender.org/product/membership/')
@blueprint.route('/renew')
def renew_subscription():
return render_template('renew_subscription.html')
def get_projects(category):
"""Utility to get projects based on category. Should be moved on the API
and improved with more extensive filtering capabilities.