tell the user to register nickserv account before entering it here

This commit is contained in:
Thomas Steen Rasmussen 2018-04-10 17:27:44 +02:00
parent 9b8e72a3c0
commit 9f4df30b50

View file

@ -48,7 +48,7 @@ class Profile(CreatedUpdatedModel, UUIDModel):
nickserv_username = models.CharField(
blank=True,
max_length=50,
help_text='Your NickServ username is used to manage team IRC channel access lists.',
help_text='Your NickServ username is used to manage team IRC channel access lists. Make sure you register with NickServ _before_ you enter the username here!',
)
@property