We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce the behavior:
./bin/reset_db.sh
/
help_template
Help
The Help page should show the help sections for any of the TransitAgency's verifiers that specify a help_template.
DEBUG off
DEBUG on
#1970 introduced help_template
Django docs on null parameter on TextField: https://docs.djangoproject.com/en/5.0/ref/models/fields/#null
null
TextField
the Django convention is to use the empty string, not NULL
NULL
The text was updated successfully, but these errors were encountered:
Sentry issue: BENEFITS-83
Sorry, something went wrong.
angela-tran
Successfully merging a pull request may close this issue.
To Reproduce
Steps to reproduce the behavior:
./bin/reset_db.sh
)/
or after choosing a transit providerhelp_template
blank, which is a valid thing to do. Click Save./
and select that TransitAgencyHelp
link at the bottom of the pageExpected behavior
The Help page should show the help sections for any of the TransitAgency's verifiers that specify a
help_template
.Screenshots
DEBUG off
DEBUG on
Additional context
#1970 introduced
help_template
Django docs on
null
parameter onTextField
: https://docs.djangoproject.com/en/5.0/ref/models/fields/#nullThe text was updated successfully, but these errors were encountered: