feat: first stripe imp
This commit is contained in:
12
purchase/templates/success.html
Normal file
12
purchase/templates/success.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container mt-5">
|
||||
<div class="card">
|
||||
<div class="text-center">
|
||||
<h1 class="text-9xl">BRAWO KURWA!!!!</h1>
|
||||
<p>WYDAŁEŚ PIENIĄDZE NA JAKIEŚ TOTALNE GÓWNO!!!!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user