Skip to content

Commit

Permalink
Add newline for multiline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Etienne committed Mar 13, 2015
1 parent ee064bc commit bc25e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user_management/models/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def create_superuser(self, email, password, **extra_fields):


class EmailVerifyUserMethodsMixin:
"""Define how validation and password reset emails are sent.
"""
Define how validation and password reset emails are sent.
`password_reset_notification` and `validation_notification` can be overriden to
provide custom settings to send emails.
Expand Down

0 comments on commit bc25e2c

Please sign in to comment.