Invoice UI improvements. Renamed pages, added description, and added total number of events

This commit is contained in:
David Taylor
2016-05-29 21:30:05 +01:00
parent ba020b43f1
commit 83302c4439
6 changed files with 33 additions and 4 deletions

View File

@@ -5,7 +5,8 @@
{% block content %}
<div class="col-sm-12">
<h2>Invoices {% if total %}(£ {{ total|floatformat:2 }}){% endif %}</h2>
<h2>{% block heading %}Invoices{% endblock %}</h2>
{% block description %}{% endblock %}
{% if is_paginated %}
<div class="col-md-6 col-md-offset-6 col-sm-12 text-right">
{% paginator %}