Merge branch 'master' into feature/ssh_keys
This commit is contained in:
commit
1279d4efbb
37 changed files with 1131 additions and 406 deletions
|
|
@ -13,6 +13,7 @@ def generate_ssh_key_name():
|
|||
return 'dcl-generated-key-' + datetime.datetime.now().strftime('%m%d%y%H%M')
|
||||
|
||||
|
||||
|
||||
class HostingUserLoginForm(forms.Form):
|
||||
|
||||
email = forms.CharField(widget=forms.EmailInput())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue