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

Allow blank/null on radio.html choices #2631

Merged
merged 2 commits into from
Mar 16, 2015

Conversation

Ins1ne
Copy link
Contributor

@Ins1ne Ins1ne commented Mar 4, 2015

For this #2559

@tomchristie
Copy link
Member

This'd also need including on the vertical and inline layouts.

@jpadilla
Copy link
Member

jpadilla commented Mar 6, 2015

You could also do something like:

{% load i18n %}
{% trans "None" as none_choice %}

and use {{ none_choices }} like on select_multiple.html.

@jpadilla
Copy link
Member

This looks good to me as is already.

tomchristie added a commit that referenced this pull request Mar 16, 2015
Allow blank/null on radio.html choices
@tomchristie tomchristie merged commit 992971d into encode:master Mar 16, 2015
@tomchristie
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants