Skip to content

Commit 6aad751

Browse files
committed
Alow the user to dynamically change the sort option for the issue
index. Not sure why it was commented out originally.
1 parent 8b05fa8 commit 6aad751

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/issues/html/issue.index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
tal:attributes="action request/classname">
123123

124124
<table class="form" tal:define="n_sort python:2">
125-
<!--
126125
<tal:block tal:repeat="n python:range(n_sort)" tal:condition="batch">
127126
<tr tal:define="key python:len(request.sort)>n and request.sort[n]">
128127
<th>
@@ -144,7 +143,6 @@
144143
</td>
145144
</tr>
146145
</tal:block>
147-
-->
148146
<tal:block tal:repeat="n python:range(n_sort)" tal:condition="batch">
149147
<tr tal:define="key python:len(request.group)>n and request.group[n]">
150148
<th>
@@ -177,3 +175,4 @@
177175
</tal:block>
178176
</tal:block>
179177
</tal:block>
178+
<!-- SHA: a73dac34f6c0037aba140557d5001932b4847623 -->

0 commit comments

Comments
 (0)