fix (after using dict instead of jeep): sort glossary correctly

This commit is contained in:
Helmut Merz 2018-02-21 16:03:04 +01:00
parent 590cffaa35
commit 4b5680d969

View file

@ -22,7 +22,7 @@
</span>
</div>
<div>&nbsp;</div>
<div tal:repeat="letter python:data.keys()">
<div tal:repeat="letter python:sorted(data.keys())">
<div class="subtitle"><a name="A" href="#top"
tal:attributes="name letter;
href string:${view/requestUrl/-1}#top"