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

Sign Up form not showing help_messages #146

Open
Freyja-Folkvangr opened this issue May 29, 2019 · 0 comments
Open

Sign Up form not showing help_messages #146

Freyja-Folkvangr opened this issue May 29, 2019 · 0 comments

Comments

@Freyja-Folkvangr
Copy link

Freyja-Folkvangr commented May 29, 2019

Fields in form object has an empty help_text variable.

I've checked ./pinax_theme/bootstrap/templates/account/signup.html, then I added

{% for field in form.fields %}
{{field.help_text}}
{% endfor%}

I've also used the debugger to check that the variable is empty.

Screen Shot 2019-05-29 at 13 08 07

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

No branches or pull requests

1 participant