Add datacenterlight add_ssh_key.html template file

This commit is contained in:
PCoder 2019-07-01 08:10:37 +05:30
parent 47fd9a8f28
commit 9b73fa71dc
1 changed files with 8 additions and 0 deletions

View File

@ -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%}