PEP8
This commit is contained in:
@ -17,6 +17,7 @@ from django.utils.translation import ugettext_lazy as _
|
||||
import utils
|
||||
import models
|
||||
|
||||
|
||||
class UserCredential(forms.Form):
|
||||
"""Form used on the login page to retrive user credentials"""
|
||||
username = forms.CharField(label=_('login'))
|
||||
|
Reference in New Issue
Block a user