diff --git a/templates/svxfile.html b/templates/svxfile.html index e37c48f..22abaf6 100644 --- a/templates/svxfile.html +++ b/templates/svxfile.html @@ -89,12 +89,12 @@ Report this to a nerd if you think this is incorrect. {% endfor %} {% for key, value in events.items %} -
-{{key|date:"Y"}}{{key|date:"-m-d"}} {{value.3}} -{% with trips=value.0 svxothers=value.1 wallets=value.2 %} - {% include 'onthisdate.html' %} -{% endwith %} -
+ {% with trips=value.0 svxothers=value.1 wallets=value.2 blocks=value.3 %} +
+ {{key|date:"Y"}}{{key|date:"-m-d"}} {{blocks}} + {% include 'onthisdate.html' %} + {% endwith %} +
{% endfor %} {% endblock %}