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

@@ -0,0 +1,13 @@
{% extends 'RIGS/invoice_list.html' %}
{% block title %}
Invoice Archive
{% endblock %}
{% block heading %}
All Invoices
{% endblock %}
{% block description %}
<p>This page displays all invoices: outstanding, paid, and void</p>
{% endblock %}