]> err.no Git - peojumk/commitdiff
Display status of invoice
authorTollef Fog Heen <tfheen@err.no>
Wed, 1 Aug 2012 18:27:37 +0000 (20:27 +0200)
committerTollef Fog Heen <tfheen@err.no>
Wed, 1 Aug 2012 18:27:37 +0000 (20:27 +0200)
templates/invoice/invoice_detail.html

index f98182b3a9d86a003d6809800f50af399a3ab02c..146b82a96247a15c182bbe7c4c05d188f8daecef 100644 (file)
@@ -2,6 +2,8 @@
 
 {% block content %}
 
+<div class="well">Invoice status: {{ invoice.get_status_display }}</div>
+
 {% include "invoice/invoice_inner_detail.html" with rowclass="row-fluid" %}
 
 <a class="btn" href="{% url invoice:invoice_print_view invoice.id %}">Print</a>