Updates templates
This commit is contained in:
		
							parent
							
								
									3c06914656
								
							
						
					
					
						commit
						99d0cf1440
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		|  | @ -36,6 +36,10 @@ | |||
|           <input class="btn btn-primary" type="submit" value="Generate fee" /> | ||||
|       </div> | ||||
| 
 | ||||
|     <h3>Stripe Refund</h3> | ||||
| 
 | ||||
|     <p><a href="{% url 'registripe_refund' credit_note.id %}">View Stripe refund options</a></p> | ||||
| 
 | ||||
|     <h3>Manual refund</h3> | ||||
|     <p>You can mark this credit note as refunded, and handle the refund manually. | ||||
|     </p> | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ | |||
| 
 | ||||
|   <div> | ||||
|     <a class="btn btn-default" href="{% url "demopay" invoice.id invoice.user.attendee.access_code %}">Pay this invoice (dummy)</a> | ||||
|     <a class="btn btn-default" href='{% url "registripe_card" invoice.id %}'>Pay this invoice with Stripe</a> | ||||
|     <a class="btn btn-default" href='{% url "registripe_card" invoice.id invoice.user.attendee.access_code %}'>Pay this invoice with Stripe</a> | ||||
|     {% if user.is_staff %} | ||||
|       <a class="btn btn-default" href="{% url "manual_payment" invoice.id %}">Apply manual payment</a> | ||||
|     {% endif %} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer