Dodata nova pitanja, promenjena neka stara, dodate instrukcije #67

Merged
amirsabani303 merged 3 commits from 15-promjeniti-pitanja-kao-u-dokumentu into master 2025-04-29 19:36:25 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 54ddc571f4 - Show all commits

View File

@@ -87,7 +87,7 @@ def payment_page(request):
document = get_object_or_404(Document, organization=organization)
if request.method == "POST":
pdf_url = f"{site_domain}/document/{document.id}/"
pdf_url = f"{site_domain}/pdf/{document.id}/"
send_document_email(email, pdf_url, document)
return redirect(pdf_url)

View File

@@ -17,4 +17,5 @@ django-celery-results==2.5.1
redis==5.2.1
weasyprint==65.1
matplotlib==3.10.1
pdf2image==1.17.0
pillow==11.1.0