From 568c153a32b51920f6d72fd996619bce2d6a211b Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Thu, 23 Feb 2017 22:10:31 -0800 Subject: [PATCH] link to machine from signup page --- ttadmin/users/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttadmin/users/forms.py b/ttadmin/users/forms.py index fd9ef27..0dcd555 100644 --- a/ttadmin/users/forms.py +++ b/ttadmin/users/forms.py @@ -70,7 +70,7 @@ class TownieForm(Form): widget=Textarea, validators=(validate_pubkey,), label='SSH public key', - help_text='if this is not a thing you are familiar with, that\'s okay! check out our guide to learn how to get one of these.') + help_text='if this is not a thing you are familiar with, that\'s okay! you can make one here or read our guide to learn more.') pubkey_type = ChoiceField( choices=SSH_TYPE_CHOICES, label='SSH public key type',