Skip to content

Commit

Permalink
event for stripe customer portal
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Jul 18, 2024
1 parent 53f6bf4 commit 4a6f54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/templates/users/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1 class="text-3xl font-splatoon1 mb-2">
{% if user.stripe_customer_id %}
<form action="{% url 'sponsors:redirect_to_portal' %}" method="post">
{% csrf_token %}
<input type="submit" value="Stripe Customer Portal" class="p-4 bg-pink-600 hover:bg-pink-700 rounded">
<input type="submit" value="Stripe Customer Portal" class="p-4 bg-pink-600 hover:bg-pink-700 rounded plausible-event-name=Stripe+Customer+Portal">
</form>
{% endif %}
</div>
Expand Down

0 comments on commit 4a6f54b

Please sign in to comment.