Skip to content

Commit

Permalink
Fixed DNC export
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Dec 31, 2015
1 parent 4bd3b95 commit 4bbea54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newfies/dnc/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,15 @@ def __init__(self, user, *args, **kwargs):
),
Div(
Div(HTML("""
<b>%s : </b>
<b>Export to: </b>
<div class="btn-group" data-toggle="buttons">
{% for choice in form.export_to.field.choices %}
<label class="btn btn-default">
<input name='{{ form.export_to.name }}' type='radio' value='{{ choice.0 }}'/> {{ choice.1 }}
</label>
{% endfor %}
</div>
""" % _('Export to')), css_class='col-md-6'),
"""), css_class='col-md-6'),
css_class='row'
),
)
Expand Down

0 comments on commit 4bbea54

Please sign in to comment.