Merge pull request #2 from liquidat/sorting_stable
Make sorting stable and by human readable name
This commit is contained in:
@@ -26,7 +26,7 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
|
|||||||
<th>Video Walkthrough</th>
|
<th>Video Walkthrough</th>
|
||||||
<th>Workshop Types</th>
|
<th>Workshop Types</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for key, value in demos.iteritems() %}
|
{% for key, value in demos.items()|sort(attribute='1.name') %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{value.name}}</td>
|
<td>{{value.name}}</td>
|
||||||
<td>{{value.author}}</td>
|
<td>{{value.author}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user