diff --git a/hosting/templates/hosting/emails/ssh_key_added_to_vm.html b/hosting/templates/hosting/emails/ssh_key_added_to_vm.html new file mode 100644 index 00000000..086c3479 --- /dev/null +++ b/hosting/templates/hosting/emails/ssh_key_added_to_vm.html @@ -0,0 +1,51 @@ +{% load static i18n %} + + + +
+ + ++ + | +
+ {% blocktrans %}SSH keys on your VM {{ vm_name }}{% endblocktrans %}+ |
+
+ + {% blocktrans %}You initiated adding the keys {{keys}} to your VM {{ vm_name }}!{% endblocktrans %} + ++ {% blocktrans %}This email is to notify you that it was accomplished successfully.{% endblocktrans %} + ++ {% blocktrans %}You can view your VM detail by clicking the button below.{% endblocktrans %} + + |
+
+ {% trans "View Detail" %} + | +
+ {% trans "Your Data Center Light Team" %}+ |
+