aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-08 16:48:29 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-08 16:48:29 +0000
commit1945fd1512bd6300fa6a320ee616058e980e2f90 (patch)
treeb144672695d858109b596318f628d41e48422728 /templates
parent3a914da071bed4b75ad93bd3631e214b6153c8d6 (diff)
Explicitly set initial direction.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/default/admin/report_blocks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/report_blocks.html b/templates/web/default/admin/report_blocks.html
index 0ceefa4ea..6308cec31 100644
--- a/templates/web/default/admin/report_blocks.html
+++ b/templates/web/default/admin/report_blocks.html
@@ -23,4 +23,4 @@
[% ELSE %][% no_time || '&nbsp;' %][% END %][% no_time = '' %]
[%- END %]
-[% BLOCK sort_link %][% IF order == choice %][% c.uri_with( d => 1 - (c.req.params.d||0) ) %][% ELSE %][% c.uri_with( { o => choice } ) %][% END %][% END %]
+[% BLOCK sort_link %][% IF order == choice %][% c.uri_with( d => 1 - (c.req.params.d||0) ) %][% ELSE %][% c.uri_with( { o => choice, d => 0 } ) %][% END %][% END %]