🗑️(backend) drop obsolete code from the initial boilerplate

Related to 5b1a2b20de
There are no references to the `generate_document.html` template
in the codebase. The same goes for the `INVITATION_VALIDITY_DURATION` setting,
which arrived straigt from https://github.com/suitenumerique/docs

WeasyPrint is (I believe) not used in the project, so it is a ghost dependency.
This commit is contained in:
Rust Saiargaliev
2025-03-18 16:11:28 +01:00
committed by lebaudantoine
parent 82cc2e5d17
commit 74164b8498
3 changed files with 0 additions and 16 deletions

View File

@@ -1,14 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Generate Document</title>
</head>
<body>
<h2>Generate Document</h2>
<form method="post" enctype="multipart/form-data">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Generate PDF</button>
</form>
</body>
</html>