File diff 2e07fbeac5e1 → 2aae2af55dea
pinaxcon/templates/registrasion/credit_note.html
Show inline comments
...
 
@@ -15,13 +15,13 @@
 
  </ul>
 
{% endwith %}
 

	
 
<p>This credit note was generated from funds excess from invoice {{ credit_note.invoice.id }}.</p>
 

	
 
{% if credit_note.is_unclaimed %}
 
  <form class="form-horizontal" method="post" action="">
 
  <form class="form-horizontal" method="post" action="" novalidate>
 
    {% csrf_token %}
 
    <h3>Apply to invoice</h3>
 
    <p>You can apply this credit note to an unpaid invoice.</p>
 

	
 
    <p><strong>This credit note belongs to:</strong> {{ credit_note.invoice.user.email }} ({{ credit_note.invoice.user.id}}). You can apply this credit note to any user's invoice.</p>