Changeset 0c8c40d


Ignore:
Timestamp:
Apr 4, 2012, 11:18:36 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Use HTML output as the default for reporting

There was code to do this, but it used "html" instead of "html/inline", since
I wrote and tested the default code earlier than the downloading stuff, when
I changed the name to html/inline for parallelism... (This was all part of
f23bc9a7, though, so it's not visible any more.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    r3ce730f r0c8c40d  
    900900        ('csv/download',    "Spreadsheet (CSV) --- download", ),
    901901    ]
    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')
    903903
    904904    class Meta:
Note: See TracChangeset for help on using the changeset viewer.