Files @ 252697b842c0
Branch filter:

Location: symposion_app/vendor/registripe/registripe/templates/registrasion/stripe/link_to_refunds_.html

Joel Addison
Update to Django 2.2

Upgrade site and modules to Django 2.2. Remove and replace obsolete
functionality with current equivalents. Update requirements to latest
versions where possible. Remove unused dependencies.
1
2
3
4
5
6
7
8
9
{% comment %}
  This is used in the default invoice.html file to display Stripe functionality if the app is loaded.
{% endcomment %}

{% block content %}
  <h3>Stripe Refund</h3>

  <p><a href="{% url 'registripe_refund' credit_note_id %}">View Stripe refund options</a></p>
{% endblock %}