Add datacenterlight add_ssh_key.html template file
This commit is contained in:
parent
47fd9a8f28
commit
9b73fa71dc
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
{% load staticfiles bootstrap3 i18n custom_tags humanize %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
{% block userkey_form %}
|
||||||
|
{% include 'hosting/user_key.html' with title="Your VM is almost ready!" sub_title="You just need to specify your public SSH key." %}
|
||||||
|
{% endblock userkey_form %}
|
||||||
|
{%endblock%}
|
Loading…
Reference in a new issue