From 346733fbcd79456b88181af4a0a8f4bd242ff616 Mon Sep 17 00:00:00 2001 From: Modulos Date: Sat, 3 Jun 2017 15:03:55 +0200 Subject: [PATCH] Allow users to delete ssh keys --- hosting/templates/hosting/base_short.html | 4 +- hosting/templates/hosting/user_key.html | 92 ++++++++++ hosting/templates/hosting/user_keys.html | 96 +++++++++++ .../hosting/virtual_machine_key.html | 163 ------------------ hosting/urls.py | 13 +- hosting/views.py | 84 +++++---- 6 files changed, 250 insertions(+), 202 deletions(-) create mode 100644 hosting/templates/hosting/user_key.html create mode 100644 hosting/templates/hosting/user_keys.html delete mode 100644 hosting/templates/hosting/virtual_machine_key.html diff --git a/hosting/templates/hosting/base_short.html b/hosting/templates/hosting/base_short.html index 022629b0..37ebb813 100644 --- a/hosting/templates/hosting/base_short.html +++ b/hosting/templates/hosting/base_short.html @@ -85,7 +85,7 @@