tell the user to register nickserv account before entering it here
This commit is contained in:
parent
9b8e72a3c0
commit
9f4df30b50
|
@ -48,7 +48,7 @@ class Profile(CreatedUpdatedModel, UUIDModel):
|
||||||
nickserv_username = models.CharField(
|
nickserv_username = models.CharField(
|
||||||
blank=True,
|
blank=True,
|
||||||
max_length=50,
|
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
|
@property
|
||||||
|
|
Loading…
Reference in a new issue