Skip to content

Commit

Permalink
Fix indentation and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
wunki committed Aug 19, 2013
1 parent 6004090 commit 9e82d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Userena Introduction
====================

This documentation covers 1.2.1 release of django-userena application. A Django
This documentation covers 1.2.2 release of django-userena application. A Django
application that takes care of your account needs.

Why userena?
Expand Down
4 changes: 2 additions & 2 deletions userena/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
False)

USERENA_DISABLE_SIGNUP = getattr(settings,
'USERENA_DISABLE_SIGNUP',
False)
'USERENA_DISABLE_SIGNUP',
False)

USERENA_USE_MESSAGES = getattr(settings,
'USERENA_USE_MESSAGES',
Expand Down

0 comments on commit 9e82d91

Please sign in to comment.