Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invitation form displays "None" when first displayed #57

Merged
merged 2 commits into from Jan 16, 2017

Conversation

bedros
Copy link
Contributor

@bedros bedros commented Dec 8, 2016

to fix, just initialize the form:

in the file (rev 1.8)

/invitaitons/forms.py

line 51
widget=forms.TextInput(attrs={"type": "email", "size": "30"}))

replace with

widget=forms.TextInput(attrs={"type": "email", "size": "30"}, ),
        initial=""
        )

to fix, just initialize the form:

in the file (rev 1.8)

/invitaitons/forms.py

line 51
` widget=forms.TextInput(attrs={"type": "email", "size": "30"}))`

replace with 
        
```
widget=forms.TextInput(attrs={"type": "email", "size": "30"}, ),
        initial=""
        )
```
@coveralls
Copy link

coveralls commented Dec 8, 2016

Coverage Status

Coverage remained the same at 96.996% when pulling c6d0354 on bedros:patch-1 into 86d78c5 on bee-keeper:master.

@coveralls
Copy link

coveralls commented Dec 15, 2016

Coverage Status

Coverage remained the same at 96.996% when pulling ae2dd48 on bedros:patch-1 into 86d78c5 on bee-keeper:master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.996% when pulling ae2dd48 on bedros:patch-1 into 86d78c5 on bee-keeper:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.996% when pulling ae2dd48 on bedros:patch-1 into 86d78c5 on bee-keeper:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.996% when pulling ae2dd48 on bedros:patch-1 into 86d78c5 on bee-keeper:master.

@bee-keeper
Copy link
Member

Thanks for this. I'm not sure what's going on with the build though.

Will try take a look over the weekend.

@bee-keeper
Copy link
Member

Thanks for this. Sorry it took so long to merge!

@bee-keeper bee-keeper merged commit 6ec597a into jazzband:master Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants