link to machine from signup page

pull/12/head
nathaniel smith 2017-02-23 22:10:31 -08:00
parent 8264d32336
commit 568c153a32
1 changed files with 1 additions and 1 deletions

View File

@ -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 <a href="https://tilde.town/~wiki/ssh.html">our guide</a> 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 <a href="/users/keymachine">here</a> or read <a href="https://tilde.town/~wiki/ssh.html">our guide</a> to learn more.')
pubkey_type = ChoiceField(
choices=SSH_TYPE_CHOICES,
label='SSH public key type',