dodat privacy policy

This commit is contained in:
2025-09-01 02:04:58 +02:00
parent 1342c0c3a6
commit 2abdb365ec
7 changed files with 174 additions and 6 deletions

View File

@@ -172,7 +172,14 @@ def payment_page(request):
def no_confidential_data(request):
return render(request, "no_confidential_data.html")
def terms_and_conditions(request):
return render(request, "terms_and_conditions.html")
def privacy_policy(request):
return render(request, "privacy_policy.html")
def refund_policy(request):
return render(request, "refund_policy.html")
@staff_member_required
def demo_codes_pdf_view(request):