Changeset 0c8c40d
- Timestamp:
- Apr 4, 2012, 11:18:36 PM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- eac10f7
- Parents:
- 3ce730f
- git-author:
- Alex Dehnert <adehnert@…> (04/04/12 23:18:36)
- git-committer:
- Alex Dehnert <adehnert@…> (04/04/12 23:18:36)
- File:
-
- 1 edited
-
asadb/groups/views.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/views.py
r3ce730f r0c8c40d 900 900 ('csv/download', "Spreadsheet (CSV) --- download", ), 901 901 ] 902 output_format = forms.fields.ChoiceField(choices=_format_choices, widget=forms.RadioSelect, initial='html ')902 output_format = forms.fields.ChoiceField(choices=_format_choices, widget=forms.RadioSelect, initial='html/inline') 903 903 904 904 class Meta:
Note: See TracChangeset
for help on using the changeset viewer.