{% extends "templates/base.html" %} {% block title %}Activate Ubuntu Pro subscription{% endblock %} {% block outer_content %} {% block content %} {% if needs_paid_account_created %} {% endif %}

Activate your Ubuntu Pro subscription

You are currently signed in as {{ user_info.fullname }}. Make sure it is the account you will be using to manage your subscription. If not, log in to a different account.

Your product key should be in the confirmation email you received after buying your Ubuntu Pro Desktop subscription.

The activation key is 23 characters long and starts with a K.

{% endblock %} {% endblock %}