{% extends 'base.html' %} {% block content %}

Success!

{{application_name}} has been deployed to {{linode.label}} in the {{linode.group}} group.

You can access your linode with the following command:

ssh root@{{linode.ipv4[0]}}

Your root password is:

{{password}}
{% endblock %}