Merge branch '14-top-risks-identified' into 'master'
Resolve "Top Risks Identified" Closes #14 See merge request kbr4/riskletpy!16
This commit was merged in pull request #65.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Hello, World!</title>
|
<title>Risklet</title>
|
||||||
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet">
|
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet">
|
||||||
<link href="{% static 'css/Jost.css' %}" rel="stylesheet">
|
<link href="{% static 'css/Jost.css' %}" rel="stylesheet">
|
||||||
<link href="{% static 'css/main.css' %}" rel="stylesheet">
|
<link href="{% static 'css/main.css' %}" rel="stylesheet">
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ def payment_page(request):
|
|||||||
document = get_object_or_404(Document, organization=organization)
|
document = get_object_or_404(Document, organization=organization)
|
||||||
|
|
||||||
if request.method == "POST":
|
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)
|
send_document_email(email, pdf_url, document)
|
||||||
return redirect(pdf_url)
|
return redirect(pdf_url)
|
||||||
|
|
||||||
|
|||||||
@@ -17,4 +17,5 @@ django-celery-results==2.5.1
|
|||||||
redis==5.2.1
|
redis==5.2.1
|
||||||
weasyprint==65.1
|
weasyprint==65.1
|
||||||
matplotlib==3.10.1
|
matplotlib==3.10.1
|
||||||
|
pdf2image==1.17.0
|
||||||
|
pillow==11.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user