reverse ordering

This commit is contained in:
Ubuntu
2016-12-23 05:06:47 -05:00
parent 843bae8fa0
commit 92e1298b00
3 changed files with 5 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
<title>vtbash</title>
{% block body %}
{% for j in i %}
<p style="background-color: rgba(255,102,0,.2);">
#{{ j + 1 }}<br>
<p id="{{ j + 1}}" style="background-color: rgba(255,102,0,.2);">
#{{ length - j }}<br>
{% for line in entries[j] %}
{{ line }}<br>
{% endfor %}