Skip to content

Commit

Permalink
Complete export date ordering, #425
Browse files Browse the repository at this point in the history
  • Loading branch information
bibekdahal committed Jun 14, 2017
1 parent e3b04d1 commit debde10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions entries/templates/entries/export-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ <h5 onclick="$(this).closest('.filter-group').toggleClass('filters-shown').find(
<h5>Leads published date order</h5>

<div class="radio-group">
<label><input name="published-date-order-input" type="radio" checked="checked">Most recent to ancient</label>
<label><input name="published-date-order-input" type="radio">Ancient to most recent</label>
<label><input name="order_by" value="DATE_DESCENDING" type="radio" checked="checked">Most recent to ancient</label>
<label><input name="order_by" value="DATE_ASCENDING" type="radio">Ancient to most recent</label>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions entries/templates/entries/export.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ <h5 onclick="$(this).closest('.filter-group').toggleClass('filters-shown').find(
<h5>Leads published date order</h5>

<div class="radio-group">
<label><input name="published-date-order-input" type="radio" checked="checked">Most recent to ancient</label>
<label><input name="published-date-order-input" type="radio">Ancient to most recent</label>
<label><input name="order_by" value="DATE_DESCENDING" type="radio" checked="checked">Most recent to ancient</label>
<label><input name="order_by" value="DATE_ASCENDING" type="radio">Ancient to most recent</label>
</div>
</div>
</div>
Expand Down

0 comments on commit debde10

Please sign in to comment.