changed payment code to demo code
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<section class="py-24 bg-gradient-to-br from-teal-100 to-primary flex items-center justify-center">
|
||||
<div class="max-w-md w-full mx-auto text-center shadow-2xl border border-accent rounded-2xl p-4 bg-white/90 backdrop-blur">
|
||||
<h2 class="text-3xl font-extrabold mb-6 text-accent">Payment</h2>
|
||||
<p class="text-lg text-gray-700 mb-6">Please enter your payment code to proceed to document.</p>
|
||||
<p class="text-lg text-gray-700 mb-6">Please enter your demo code to proceed to document.</p>
|
||||
|
||||
{% if success %}
|
||||
<p class="text-green-600 font-semibold mb-4">{{ success }}</p>
|
||||
|
||||
Reference in New Issue
Block a user